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