Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ValidateRequestInner
Packages that use ValidateRequestInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ValidateRequestInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type ValidateRequestInnerModifier and TypeMethodDescriptionResourceProvidersClient.validate(String resourceGroupName, ValidateRequestInner validateRequest) Validate if a resource can be created.ResourceProvidersClient.validateAsync(String resourceGroupName, ValidateRequestInner validateRequest) Validate if a resource can be created.com.azure.core.http.rest.Response<ValidateResponseInner> ResourceProvidersClient.validateWithResponse(String resourceGroupName, ValidateRequestInner validateRequest, com.azure.core.util.Context context) Validate if a resource can be created.Mono<com.azure.core.http.rest.Response<ValidateResponseInner>> ResourceProvidersClient.validateWithResponseAsync(String resourceGroupName, ValidateRequestInner validateRequest) Validate if a resource can be created. -
Uses of ValidateRequestInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type ValidateRequestInnerModifier and TypeClassDescriptionfinal classResource validation request content.Methods in com.azure.resourcemanager.appservice.fluent.models that return ValidateRequestInnerModifier and TypeMethodDescriptionstatic ValidateRequestInnerValidateRequestInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateRequestInner from the JsonReader.ValidateRequestInner.withAppServiceEnvironment(AppServiceEnvironmentInner appServiceEnvironment) Set the appServiceEnvironment property: App Service Environment Properties.ValidateRequestInner.withCapacity(Integer capacity) Set the capacity property: Target capacity of the App Service plan (number of VMs).ValidateRequestInner.withContainerImagePlatform(String containerImagePlatform) Set the containerImagePlatform property: Platform (windows or linux).ValidateRequestInner.withContainerImageRepository(String containerImageRepository) Set the containerImageRepository property: Repository name (image name).ValidateRequestInner.withContainerImageTag(String containerImageTag) Set the containerImageTag property: Image tag.ValidateRequestInner.withContainerRegistryBaseUrl(String containerRegistryBaseUrl) Set the containerRegistryBaseUrl property: Base URL of the container registry.ValidateRequestInner.withContainerRegistryPassword(String containerRegistryPassword) Set the containerRegistryPassword property: Password for to access the container registry.ValidateRequestInner.withContainerRegistryUsername(String containerRegistryUsername) Set the containerRegistryUsername property: Username for to access the container registry.ValidateRequestInner.withHostingEnvironment(String hostingEnvironment) Set the hostingEnvironment property: Name of App Service Environment where app or App Service plan should be created.ValidateRequestInner.withIsSpot(Boolean isSpot) Set the isSpot property: <code>true</code> if App Service plan is for Spot instances; otherwise, <code>false</code>.ValidateRequestInner.withIsXenon(Boolean isXenon) Set the isXenon property: <code>true</code> if App Service plan is running as a windows container.ValidateRequestInner.withLocation(String location) Set the location property: Expected location of the resource.Set the name property: Resource name to verify.ValidateRequestInner.withNeedLinuxWorkers(Boolean needLinuxWorkers) Set the needLinuxWorkers property: <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>.ValidateRequestInner.withServerFarmId(String serverFarmId) Set the serverFarmId property: ARM resource ID of an App Service plan that would host the app.ValidateRequestInner.withSkuName(String skuName) Set the skuName property: Name of the target SKU for the App Service plan.ValidateRequestInner.withType(ValidateResourceTypes type) Set the type property: Resource type used for verification.