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