AgentPoolSnapshot 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.
AgentPoolSnapshot.
public class AgentPoolSnapshot : Azure.Provisioning.Primitives.ProvisionableResource
type AgentPoolSnapshot = class
inherit ProvisionableResource
Public Class AgentPoolSnapshot
Inherits ProvisionableResource
- Inheritance
Constructors
AgentPoolSnapshot(String, String) |
Creates a new AgentPoolSnapshot. |
Properties
CreationDataSourceResourceId |
This is the ARM ID of the source object to be used to create the target object. |
EnableFips |
Whether to use a FIPS-enabled OS. |
Id |
Gets the Id. |
KubernetesVersion |
The version of Kubernetes. |
Location |
Gets or sets the Location. |
Name |
The name of the managed cluster resource. |
NodeImageVersion |
The version of node image. |
OSSku |
Specifies the OS SKU used by the agent pool. The default is Ubuntu if OSType is Linux. The default is Windows2019 when Kubernetes <= 1.24 or Windows2022 when Kubernetes >= 1.25 if OSType is Windows. |
OSType |
The operating system type. The default is Linux. |
SnapshotType |
The type of a snapshot. The default is NodePool. |
SystemData |
Gets the SystemData. |
Tags |
Gets or sets the Tags. |
VmSize |
The size of the VM. |
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of AgentPoolSnapshot. |
FromExisting(String, String) |
Creates a reference to an existing AgentPoolSnapshot. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |
Applies to
Azure SDK for .NET