Compartir a través de


IManagedClusterProperties.BootstrapProfileArtifactSource Property

Definition

The artifact source. The source where the artifacts are downloaded from.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "Cache", "Direct" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The artifact source. The source where the artifacts are downloaded from.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="artifactSource", Update=true)]
public string BootstrapProfileArtifactSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "Cache", "Direct" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The artifact source. The source where the artifacts are downloaded from.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="artifactSource", Update=true)>]
member this.BootstrapProfileArtifactSource : string with get, set
Public Property BootstrapProfileArtifactSource As String

Property Value

Attributes

Applies to