Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CapabilityInner
Packages that use CapabilityInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CapabilityInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CapabilityInnerModifier and TypeMethodDescriptionAppServicePlansClient.listCapabilities(String resourceGroupName, String name) List all capabilities of an App Service plan.AppServicePlansClient.listCapabilitiesAsync(String resourceGroupName, String name) List all capabilities of an App Service plan.com.azure.core.http.rest.Response<List<CapabilityInner>> AppServicePlansClient.listCapabilitiesWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) List all capabilities of an App Service plan.Mono<com.azure.core.http.rest.Response<List<CapabilityInner>>> AppServicePlansClient.listCapabilitiesWithResponseAsync(String resourceGroupName, String name) List all capabilities of an App Service plan. -
Uses of CapabilityInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CapabilityInnerModifier and TypeMethodDescriptionstatic CapabilityInnerCapabilityInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CapabilityInner from the JsonReader.Set the name property: Name of the SKU capability.CapabilityInner.withReason(String reason) Set the reason property: Reason of the SKU capability.Set the value property: Value of the SKU capability. -
Uses of CapabilityInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type CapabilityInnerModifier and TypeMethodDescriptionGlobalCsmSkuDescription.capabilities()Get the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.SkuDescription.capabilities()Get the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type CapabilityInnerModifier and TypeMethodDescriptionGlobalCsmSkuDescription.withCapabilities(List<CapabilityInner> capabilities) Set the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.SkuDescription.withCapabilities(List<CapabilityInner> capabilities) Set the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.