Uses of Class
com.azure.resourcemanager.appservice.fluent.models.HostKeysInner
Packages that use HostKeysInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of HostKeysInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return HostKeysInnerModifier and TypeMethodDescriptionWebAppsClient.listHostKeys(String resourceGroupName, String name) Get host secrets for a function app.WebAppsClient.listHostKeysSlot(String resourceGroupName, String name, String slot) Get host secrets for a function app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type HostKeysInnerModifier and TypeMethodDescriptionWebAppsClient.listHostKeysAsync(String resourceGroupName, String name) Get host secrets for a function app.WebAppsClient.listHostKeysSlotAsync(String resourceGroupName, String name, String slot) Get host secrets for a function app.com.azure.core.http.rest.Response<HostKeysInner> WebAppsClient.listHostKeysSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Get host secrets for a function app.Mono<com.azure.core.http.rest.Response<HostKeysInner>> WebAppsClient.listHostKeysSlotWithResponseAsync(String resourceGroupName, String name, String slot) Get host secrets for a function app.com.azure.core.http.rest.Response<HostKeysInner> WebAppsClient.listHostKeysWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Get host secrets for a function app.Mono<com.azure.core.http.rest.Response<HostKeysInner>> WebAppsClient.listHostKeysWithResponseAsync(String resourceGroupName, String name) Get host secrets for a function app. -
Uses of HostKeysInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HostKeysInnerModifier and TypeMethodDescriptionstatic HostKeysInnerHostKeysInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HostKeysInner from the JsonReader.HostKeysInner.withFunctionKeys(Map<String, String> functionKeys) Set the functionKeys property: Host level function keys.HostKeysInner.withMasterKey(String masterKey) Set the masterKey property: Secret key.HostKeysInner.withSystemKeys(Map<String, String> systemKeys) Set the systemKeys property: System keys.