ManagedClusterBootstrapProfile Constructors

Definition

Overloads

Name Description
ManagedClusterBootstrapProfile()

Initializes a new instance of the ManagedClusterBootstrapProfile class.

ManagedClusterBootstrapProfile(String, String)

Initializes a new instance of the ManagedClusterBootstrapProfile class.

ManagedClusterBootstrapProfile()

Initializes a new instance of the ManagedClusterBootstrapProfile class.

public ManagedClusterBootstrapProfile();
Public Sub New ()

Applies to

ManagedClusterBootstrapProfile(String, String)

Initializes a new instance of the ManagedClusterBootstrapProfile class.

public ManagedClusterBootstrapProfile(string artifactSource = default, string containerRegistryId = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile : string * string -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterBootstrapProfile
Public Sub New (Optional artifactSource As String = Nothing, Optional containerRegistryId As String = Nothing)

Parameters

artifactSource
String

The artifact source. The source where the artifacts are downloaded from. Possible values include: 'Cache', 'Direct'

containerRegistryId
String

The resource Id of Azure Container Registry. The registry must have private network access, premium SKU and zone redundancy.

Applies to