Uses of Class
com.azure.resourcemanager.appservice.models.ArmIdWrapper
-
Packages that use ArmIdWrapper Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 ArmIdWrapper Modifier and Type Method Description ArmIdWrapperRemotePrivateEndpointConnectionArmResourceInner. privateEndpoint()Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.ArmIdWrapperRemotePrivateEndpointConnectionArmResourceProperties. privateEndpoint()Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.ArmIdWrapperRemotePrivateEndpointConnectionProperties. privateEndpoint()Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ArmIdWrapper Modifier and Type Method Description RemotePrivateEndpointConnectionArmResourceInnerRemotePrivateEndpointConnectionArmResourceInner. withPrivateEndpoint(ArmIdWrapper privateEndpoint)Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionArmResourcePropertiesRemotePrivateEndpointConnectionArmResourceProperties. withPrivateEndpoint(ArmIdWrapper privateEndpoint)Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.RemotePrivateEndpointConnectionPropertiesRemotePrivateEndpointConnectionProperties. 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 ArmIdWrapper Modifier and Type Method Description ArmIdWrapperRemotePrivateEndpointConnection. privateEndpoint()Get the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.Methods in com.azure.resourcemanager.appservice.models with parameters of type ArmIdWrapper Modifier and Type Method Description RemotePrivateEndpointConnectionRemotePrivateEndpointConnection. withPrivateEndpoint(ArmIdWrapper privateEndpoint)Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
-