Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RemotePrivateEndpointConnectionProperties
Packages that use RemotePrivateEndpointConnectionProperties
Package
Description
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 RemotePrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionRemotePrivateEndpointConnectionProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RemotePrivateEndpointConnectionProperties from the JsonReader.RemotePrivateEndpointConnectionProperties.withIpAddresses
(List<String> ipAddresses) Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.RemotePrivateEndpointConnectionProperties.withPrivateEndpoint
(ArmIdWrapper privateEndpoint) Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState
(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection.