Uses of Class
com.azure.resourcemanager.appservice.models.RemotePrivateEndpointConnection
-
Packages that use RemotePrivateEndpointConnection Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of RemotePrivateEndpointConnection in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RemotePrivateEndpointConnection Modifier and Type Method Description RemotePrivateEndpointConnectionResponseMessageEnvelopeRemotePrivateEndpointConnection. properties()Get the properties property: Resource specific properties.RemotePrivateEndpointConnectionRemotePrivateEndpointConnection. withIpAddresses(List<String> ipAddresses)Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.RemotePrivateEndpointConnectionRemotePrivateEndpointConnection. withKind(String kind)Set the kind property: Kind of resource.RemotePrivateEndpointConnectionRemotePrivateEndpointConnection. withPrivateEndpoint(ArmIdWrapper privateEndpoint)Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionRemotePrivateEndpointConnection. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: The state of a private link connection.Methods in com.azure.resourcemanager.appservice.models with parameters of type RemotePrivateEndpointConnection Modifier and Type Method Description ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponseMessageEnvelopeRemotePrivateEndpointConnection. withProperties(RemotePrivateEndpointConnection properties)Set the properties property: Resource specific properties.
-