CosmosDbLinkedService.ServicePrincipalCredentialType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o tipo de credencial da entidade de serviço a ser usado na autenticação Servidor para Servidor. 'ServicePrincipalKey' para chave/segredo, 'ServicePrincipalCert' para certificado. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType). Os valores possíveis incluem: 'ServicePrincipalKey', 'ServicePrincipalCert'
[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.servicePrincipalCredentialType")]
public string ServicePrincipalCredentialType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.servicePrincipalCredentialType")>]
member this.ServicePrincipalCredentialType : string with get, set
Public Property ServicePrincipalCredentialType As String
Valor da propriedade
- Atributos
-
Newtonsoft.Json.JsonPropertyAttribute
Aplica-se a
Azure SDK for .NET