WebAppsOperationsExtensions.CreateOrUpdateHostSecretSlot Método

Definição

Adicionar ou atualizar um segredo no nível do host.

public static Microsoft.Azure.Management.WebSites.Models.KeyInfo CreateOrUpdateHostSecretSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string keyType, string keyName, string slot, Microsoft.Azure.Management.WebSites.Models.KeyInfo key);
static member CreateOrUpdateHostSecretSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.KeyInfo -> Microsoft.Azure.Management.WebSites.Models.KeyInfo
<Extension()>
Public Function CreateOrUpdateHostSecretSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, keyType As String, keyName As String, slot As String, key As KeyInfo) As KeyInfo

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do site.

keyType
String

O tipo de chave de host.

keyName
String

O nome da chave.

slot
String

Nome do slot de implantação.

key
KeyInfo

A chave a ser criada ou atualizada

Retornos

Comentários

Descrição para Adicionar ou atualizar um segredo de nível de host.

Aplica-se a