Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RemotePrivateEndpointConnectionArmResourceProperties
-
Packages that use RemotePrivateEndpointConnectionArmResourceProperties Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of RemotePrivateEndpointConnectionArmResourceProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RemotePrivateEndpointConnectionArmResourceProperties Modifier and Type Method Description RemotePrivateEndpointConnectionArmResourcePropertiesRemotePrivateEndpointConnectionArmResourceProperties. withIpAddresses(List<String> ipAddresses)Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.RemotePrivateEndpointConnectionArmResourcePropertiesRemotePrivateEndpointConnectionArmResourceProperties. withPrivateEndpoint(ArmIdWrapper privateEndpoint)Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionArmResourcePropertiesRemotePrivateEndpointConnectionArmResourceProperties. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: The state of a private link connection.
-