Uses of Class
com.azure.resourcemanager.elasticsan.fluent.models.PrivateEndpointConnectionProperties
Packages that use PrivateEndpointConnectionProperties
Package
Description
Package containing the inner data models for ElasticSanManagement.
-
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionProperties from the JsonReader.PrivateEndpointConnectionProperties.withGroupIds
(List<String> groupIds) Set the groupIds property: List of resources private endpoint is mapped.PrivateEndpointConnectionProperties.withPrivateEndpoint
(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: Private Endpoint resource.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Private Link Service Connection State.