AzureBlobFSLinkedService.ServicePrincipalCredential 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 a credencial do objeto de entidade de serviço no Azure Active Directory. Se servicePrincipalCredentialType for 'ServicePrincipalKey', servicePrincipalCredential poderá ser SecureString ou AzureKeyVaultSecretReference. Se servicePrincipalCredentialType for 'ServicePrincipalCert', servicePrincipalCredential só poderá ser AzureKeyVaultSecretReference.
[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.servicePrincipalCredential")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase ServicePrincipalCredential { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.servicePrincipalCredential")>]
member this.ServicePrincipalCredential : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property ServicePrincipalCredential As SecretBase
Valor da propriedade
- Atributos
-
Newtonsoft.Json.JsonPropertyAttribute
Aplica-se a
Azure SDK for .NET