Uses of Class
com.azure.resourcemanager.appservice.fluent.models.HybridConnectionLimitsInner
-
Packages that use HybridConnectionLimitsInner 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. -
-
Uses of HybridConnectionLimitsInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return HybridConnectionLimitsInner Modifier and Type Method Description HybridConnectionLimitsInnerAppServicePlansClient. getHybridConnectionPlanLimit(String resourceGroupName, String name)Description for Get the maximum number of Hybrid Connections allowed in an App Service plan.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type HybridConnectionLimitsInner Modifier and Type Method Description Mono<HybridConnectionLimitsInner>AppServicePlansClient. getHybridConnectionPlanLimitAsync(String resourceGroupName, String name)Description for Get the maximum number of Hybrid Connections allowed in an App Service plan.com.azure.core.http.rest.Response<HybridConnectionLimitsInner>AppServicePlansClient. getHybridConnectionPlanLimitWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)Description for Get the maximum number of Hybrid Connections allowed in an App Service plan.Mono<com.azure.core.http.rest.Response<HybridConnectionLimitsInner>>AppServicePlansClient. getHybridConnectionPlanLimitWithResponseAsync(String resourceGroupName, String name)Description for Get the maximum number of Hybrid Connections allowed in an App Service plan. -
Uses of HybridConnectionLimitsInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HybridConnectionLimitsInner Modifier and Type Method Description HybridConnectionLimitsInnerHybridConnectionLimitsInner. withKind(String kind)Set the kind property: Kind of resource.
-