ArmContainerServiceModelFactory.ManagedClusterBootstrapProfile Method
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.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterBootstrapProfile ManagedClusterBootstrapProfile(Azure.ResourceManager.ContainerService.Models.ContainerServiceArtifactSource? artifactSource = default, Azure.Core.ResourceIdentifier containerRegistryId = default);
static member ManagedClusterBootstrapProfile : Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceArtifactSource> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerService.Models.ManagedClusterBootstrapProfile
Public Shared Function ManagedClusterBootstrapProfile (Optional artifactSource As Nullable(Of ContainerServiceArtifactSource) = Nothing, Optional containerRegistryId As ResourceIdentifier = Nothing) As ManagedClusterBootstrapProfile
Parameters
- artifactSource
- Nullable<ContainerServiceArtifactSource>
The artifact source. The source where the artifacts are downloaded from.
- containerRegistryId
- ResourceIdentifier
The resource Id of Azure Container Registry. The registry must have private network access, premium SKU and zone redundancy.
Returns
A new ManagedClusterBootstrapProfile instance for mocking.