Uses of Class
com.azure.resourcemanager.appservice.fluent.models.HybridConnectionKeyInner
-
Packages that use HybridConnectionKeyInner 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 HybridConnectionKeyInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return HybridConnectionKeyInner Modifier and Type Method Description HybridConnectionKeyInnerAppServicePlansClient. listHybridConnectionKeys(String resourceGroupName, String name, String namespaceName, String relayName)Description for Get the send key name and value of a Hybrid Connection.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type HybridConnectionKeyInner Modifier and Type Method Description Mono<HybridConnectionKeyInner>AppServicePlansClient. listHybridConnectionKeysAsync(String resourceGroupName, String name, String namespaceName, String relayName)Description for Get the send key name and value of a Hybrid Connection.com.azure.core.http.rest.Response<HybridConnectionKeyInner>AppServicePlansClient. listHybridConnectionKeysWithResponse(String resourceGroupName, String name, String namespaceName, String relayName, com.azure.core.util.Context context)Description for Get the send key name and value of a Hybrid Connection.Mono<com.azure.core.http.rest.Response<HybridConnectionKeyInner>>AppServicePlansClient. listHybridConnectionKeysWithResponseAsync(String resourceGroupName, String name, String namespaceName, String relayName)Description for Get the send key name and value of a Hybrid Connection. -
Uses of HybridConnectionKeyInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HybridConnectionKeyInner Modifier and Type Method Description HybridConnectionKeyInnerHybridConnectionKeyInner. withKind(String kind)Set the kind property: Kind of resource.
-