Uses of Class
com.azure.resourcemanager.appservice.fluent.models.HostKeysInner
-
Packages that use HostKeysInner 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 HostKeysInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return HostKeysInner Modifier and Type Method Description HostKeysInnerWebAppsClient. listHostKeys(String resourceGroupName, String name)Description for Get host secrets for a function app.HostKeysInnerWebAppsClient. listHostKeysSlot(String resourceGroupName, String name, String slot)Description for Get host secrets for a function app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type HostKeysInner Modifier and Type Method Description Mono<HostKeysInner>WebAppsClient. listHostKeysAsync(String resourceGroupName, String name)Description for Get host secrets for a function app.Mono<HostKeysInner>WebAppsClient. listHostKeysSlotAsync(String resourceGroupName, String name, String slot)Description for 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)Description for Get host secrets for a function app.Mono<com.azure.core.http.rest.Response<HostKeysInner>>WebAppsClient. listHostKeysSlotWithResponseAsync(String resourceGroupName, String name, String slot)Description for 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)Description for Get host secrets for a function app.Mono<com.azure.core.http.rest.Response<HostKeysInner>>WebAppsClient. listHostKeysWithResponseAsync(String resourceGroupName, String name)Description for 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 HostKeysInner Modifier and Type Method Description HostKeysInnerHostKeysInner. withFunctionKeys(Map<String,String> functionKeys)Set the functionKeys property: Host level function keys.HostKeysInnerHostKeysInner. withMasterKey(String masterKey)Set the masterKey property: Secret key.HostKeysInnerHostKeysInner. withSystemKeys(Map<String,String> systemKeys)Set the systemKeys property: System keys.
-