| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VnetValidationFailureDetailsInner |
ResourceProvidersClient.verifyHostingEnvironmentVnet(VnetParameters parameters)
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network
Security Group rules.
|
Mono<VnetValidationFailureDetailsInner> |
ResourceProvidersClient.verifyHostingEnvironmentVnetAsync(VnetParameters parameters)
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network
Security Group rules.
|
com.azure.core.http.rest.Response<VnetValidationFailureDetailsInner> |
ResourceProvidersClient.verifyHostingEnvironmentVnetWithResponse(VnetParameters parameters,
com.azure.core.util.Context context)
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network
Security Group rules.
|
Mono<com.azure.core.http.rest.Response<VnetValidationFailureDetailsInner>> |
ResourceProvidersClient.verifyHostingEnvironmentVnetWithResponseAsync(VnetParameters parameters)
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network
Security Group rules.
|
| Modifier and Type | Method and Description |
|---|---|
VnetParameters |
VnetParameters.withKind(String kind)
Set the kind property: Kind of resource.
|
VnetParameters |
VnetParameters.withSubnetResourceId(String subnetResourceId)
Set the subnetResourceId property: The ARM Resource ID of the subnet to validate.
|
VnetParameters |
VnetParameters.withVnetName(String vnetName)
Set the vnetName property: The name of the VNET to be validated.
|
VnetParameters |
VnetParameters.withVnetResourceGroup(String vnetResourceGroup)
Set the vnetResourceGroup property: The Resource Group of the VNET to be validated.
|
VnetParameters |
VnetParameters.withVnetSubnetName(String vnetSubnetName)
Set the vnetSubnetName property: The subnet name to be validated.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.