Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
NetworkAccessControlEntry |
NetworkAccessControlEntry.withAction(AccessControlEntryAction action)
Set action object.
|
NetworkAccessControlEntry |
NetworkAccessControlEntry.withDescription(String description)
Set description of network access control entry.
|
NetworkAccessControlEntry |
NetworkAccessControlEntry.withOrder(Integer order)
Set order of precedence.
|
NetworkAccessControlEntry |
NetworkAccessControlEntry.withRemoteSubnet(String remoteSubnet)
Set remote subnet.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkAccessControlEntry> |
AppServiceEnvironmentPatchResource.networkAccessControlList()
Get access control list for controlling traffic to the App Service Environment.
|
Modifier and Type | Method and Description |
---|---|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withNetworkAccessControlList(List<NetworkAccessControlEntry> networkAccessControlList)
Set access control list for controlling traffic to the App Service Environment.
|
Copyright © 2019. All rights reserved.