Uses of Class
com.azure.resourcemanager.appservice.models.ArmIdWrapper
Packages that use ArmIdWrapper
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ArmIdWrapper in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ArmIdWrapperModifier and TypeMethodDescriptionRemotePrivateEndpointConnectionArmResourceInner.privateEndpoint()
Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionArmResourceProperties.privateEndpoint()
Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionProperties.privateEndpoint()
Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ArmIdWrapperModifier and TypeMethodDescriptionRemotePrivateEndpointConnectionArmResourceInner.withPrivateEndpoint
(ArmIdWrapper privateEndpoint) Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionArmResourceProperties.withPrivateEndpoint
(ArmIdWrapper privateEndpoint) Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionProperties.withPrivateEndpoint
(ArmIdWrapper privateEndpoint) Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection. -
Uses of ArmIdWrapper in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ArmIdWrapperModifier and TypeMethodDescriptionstatic ArmIdWrapper
ArmIdWrapper.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ArmIdWrapper from the JsonReader.RemotePrivateEndpointConnection.privateEndpoint()
Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.Methods in com.azure.resourcemanager.appservice.models with parameters of type ArmIdWrapperModifier and TypeMethodDescriptionRemotePrivateEndpointConnection.withPrivateEndpoint
(ArmIdWrapper privateEndpoint) Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.