다음을 통해 공유


ISiteConfig.AcrUseManagedIdentityCred Property

Definition

Flag to use Managed Identity Creds for ACR pull

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Flag to use Managed Identity Creds for ACR pull", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="acrUseManagedIdentityCreds")]
public bool? AcrUseManagedIdentityCred { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Flag to use Managed Identity Creds for ACR pull", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="acrUseManagedIdentityCreds")>]
member this.AcrUseManagedIdentityCred : Nullable<bool> with get, set
Public Property AcrUseManagedIdentityCred As Nullable(Of Boolean)

Property Value

Attributes

Applies to