ISiteConfig.AcrUseManagedIdentityCred Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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