IManagedClusterProperties.BootstrapProfileArtifactSource 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.
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