Compartir a través de


CosmosDbLinkedService.ServicePrincipalCredentialType Propiedad

Definición

Obtiene o establece el tipo de credencial de la entidad de servicio que se va a usar en la autenticación de servidor a servidor. "ServicePrincipalKey" para key/secret, "ServicePrincipalCert" para el certificado. Tipo: cadena (o Expresión con cadena resultType). Entre los valores posibles se incluyen: "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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a