ManagedClusterBootstrapProfile Class
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 bootstrap profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterBootstrapProfileTypeConverter))]
public class ManagedClusterBootstrapProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterBootstrapProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterBootstrapProfileTypeConverter))>]
type ManagedClusterBootstrapProfile = class
interface IManagedClusterBootstrapProfile
interface IJsonSerializable
Public Class ManagedClusterBootstrapProfile
Implements IManagedClusterBootstrapProfile
- Inheritance
-
ManagedClusterBootstrapProfile
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterBootstrapProfile() |
Creates an new ManagedClusterBootstrapProfile instance. |
Properties
| Name | Description |
|---|---|
| ArtifactSource |
The artifact source. The source where the artifacts are downloaded from. |
| ContainerRegistryId |
The resource Id of Azure Container Registry. The registry must have private network access, premium SKU and zone redundancy. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterBootstrapProfile. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterBootstrapProfile. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterBootstrapProfile. |
| FromJsonString(String) |
Creates a new instance of ManagedClusterBootstrapProfile, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterBootstrapProfile into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |