ManagedClusterBootstrapProfile Constructors
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.
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.