| 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.
|
| Modifier and Type | Method and Description |
|---|---|
KeyInfoInner |
WebAppsClient.createOrUpdateFunctionSecret(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key)
Description for Add or update a function secret.
|
KeyInfoInner |
WebAppsClient.createOrUpdateFunctionSecretSlot(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a function secret.
|
KeyInfoInner |
WebAppsClient.createOrUpdateHostSecret(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key)
Description for Add or update a host level secret.
|
KeyInfoInner |
WebAppsClient.createOrUpdateHostSecretSlot(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a host level secret.
|
| Modifier and Type | Method and Description |
|---|---|
KeyInfoInner |
WebAppsClient.createOrUpdateFunctionSecret(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key)
Description for Add or update a function secret.
|
Mono<KeyInfoInner> |
WebAppsClient.createOrUpdateFunctionSecretAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key)
Description for Add or update a function secret.
|
KeyInfoInner |
WebAppsClient.createOrUpdateFunctionSecretSlot(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a function secret.
|
Mono<KeyInfoInner> |
WebAppsClient.createOrUpdateFunctionSecretSlotAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a function secret.
|
com.azure.core.http.rest.Response<KeyInfoInner> |
WebAppsClient.createOrUpdateFunctionSecretSlotWithResponse(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key,
com.azure.core.util.Context context)
Description for Add or update a function secret.
|
Mono<com.azure.core.http.rest.Response<KeyInfoInner>> |
WebAppsClient.createOrUpdateFunctionSecretSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a function secret.
|
com.azure.core.http.rest.Response<KeyInfoInner> |
WebAppsClient.createOrUpdateFunctionSecretWithResponse(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key,
com.azure.core.util.Context context)
Description for Add or update a function secret.
|
Mono<com.azure.core.http.rest.Response<KeyInfoInner>> |
WebAppsClient.createOrUpdateFunctionSecretWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String keyName,
KeyInfoInner key)
Description for Add or update a function secret.
|
KeyInfoInner |
WebAppsClient.createOrUpdateHostSecret(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key)
Description for Add or update a host level secret.
|
Mono<KeyInfoInner> |
WebAppsClient.createOrUpdateHostSecretAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key)
Description for Add or update a host level secret.
|
KeyInfoInner |
WebAppsClient.createOrUpdateHostSecretSlot(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a host level secret.
|
Mono<KeyInfoInner> |
WebAppsClient.createOrUpdateHostSecretSlotAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a host level secret.
|
com.azure.core.http.rest.Response<KeyInfoInner> |
WebAppsClient.createOrUpdateHostSecretSlotWithResponse(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key,
com.azure.core.util.Context context)
Description for Add or update a host level secret.
|
Mono<com.azure.core.http.rest.Response<KeyInfoInner>> |
WebAppsClient.createOrUpdateHostSecretSlotWithResponseAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
String slot,
KeyInfoInner key)
Description for Add or update a host level secret.
|
com.azure.core.http.rest.Response<KeyInfoInner> |
WebAppsClient.createOrUpdateHostSecretWithResponse(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key,
com.azure.core.util.Context context)
Description for Add or update a host level secret.
|
Mono<com.azure.core.http.rest.Response<KeyInfoInner>> |
WebAppsClient.createOrUpdateHostSecretWithResponseAsync(String resourceGroupName,
String name,
String keyType,
String keyName,
KeyInfoInner key)
Description for Add or update a host level secret.
|
| Modifier and Type | Method and Description |
|---|---|
KeyInfoInner |
KeyInfoInner.withName(String name)
Set the name property: Key name.
|
KeyInfoInner |
KeyInfoInner.withValue(String value)
Set the value property: Key value.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.