ArmContainerServiceModelFactory.ManagedClusterBootstrapProfile Method

Definition

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.

Applies to