Uses of Class
com.azure.resourcemanager.appservice.models.RemotePrivateEndpointConnection
Packages that use RemotePrivateEndpointConnection
Package
Description
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 RemotePrivateEndpointConnectionModifier and TypeMethodDescriptionRemotePrivateEndpointConnection.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RemotePrivateEndpointConnection from the JsonReader.ResponseMessageEnvelopeRemotePrivateEndpointConnection.properties()
Get the properties property: Resource specific properties.RemotePrivateEndpointConnection.withIpAddresses
(List<String> ipAddresses) Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.Set the kind property: Kind of resource.RemotePrivateEndpointConnection.withPrivateEndpoint
(ArmIdWrapper privateEndpoint) Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnection.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 RemotePrivateEndpointConnectionModifier and TypeMethodDescriptionResponseMessageEnvelopeRemotePrivateEndpointConnection.withProperties
(RemotePrivateEndpointConnection properties) Set the properties property: Resource specific properties.