| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RemotePrivateEndpointConnectionArmResourceInner |
StaticSitesClient.approveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
WebAppsClient.approveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
AppServiceEnvironmentsClient.approveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
StaticSitesClient.approveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper,
com.azure.core.util.Context context)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
WebAppsClient.approveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper,
com.azure.core.util.Context context)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
AppServiceEnvironmentsClient.approveOrRejectPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper,
com.azure.core.util.Context context)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
WebAppsClient.approveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
WebAppsClient.approveOrRejectPrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot,
PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper,
com.azure.core.util.Context context)
Description for Approves or rejects a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
StaticSitesClient.getPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Gets a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
WebAppsClient.getPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Gets a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
AppServiceEnvironmentsClient.getPrivateEndpointConnection(String resourceGroupName,
String name,
String privateEndpointConnectionName)
Description for Gets a private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
WebAppsClient.getPrivateEndpointConnectionSlot(String resourceGroupName,
String name,
String privateEndpointConnectionName,
String slot)
Description for Gets a private endpoint connection.
|
| Modifier and Type | Method and Description |
|---|---|
RemotePrivateEndpointConnectionArmResourceInner |
RemotePrivateEndpointConnectionArmResourceInner.withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: Private IPAddresses mapped to the remote private endpoint.
|
RemotePrivateEndpointConnectionArmResourceInner |
RemotePrivateEndpointConnectionArmResourceInner.withKind(String kind)
Set the kind property: Kind of resource.
|
RemotePrivateEndpointConnectionArmResourceInner |
RemotePrivateEndpointConnectionArmResourceInner.withPrivateEndpoint(ArmIdWrapper privateEndpoint)
Set the privateEndpoint property: PrivateEndpoint of a remote private endpoint connection.
|
RemotePrivateEndpointConnectionArmResourceInner |
RemotePrivateEndpointConnectionArmResourceInner.withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: The state of a private link connection.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.