Freigeben über


ArmContainerServiceModelFactory.ManagedClusterSnapshotData Methode

Definition

Initialisiert eine neue instance von ManagedClusterSnapshotData.

public static Azure.ResourceManager.ContainerService.ManagedClusterSnapshotData ManagedClusterSnapshotData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.Core.ResourceIdentifier creationDataSourceResourceId = default, Azure.ResourceManager.ContainerService.Models.SnapshotType? snapshotType = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterPropertiesForSnapshot managedClusterPropertiesReadOnly = default);
static member ManagedClusterSnapshotData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.ContainerService.Models.SnapshotType> * Azure.ResourceManager.ContainerService.Models.ManagedClusterPropertiesForSnapshot -> Azure.ResourceManager.ContainerService.ManagedClusterSnapshotData
Public Shared Function ManagedClusterSnapshotData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional creationDataSourceResourceId As ResourceIdentifier = Nothing, Optional snapshotType As Nullable(Of SnapshotType) = Nothing, Optional managedClusterPropertiesReadOnly As ManagedClusterPropertiesForSnapshot = Nothing) As ManagedClusterSnapshotData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

creationDataSourceResourceId
ResourceIdentifier

CreationData, das verwendet werden soll, um die Quellressourcen-ID zum Erstellen dieses Momentaufnahme anzugeben.

snapshotType
Nullable<SnapshotType>

Der Typ eines Momentaufnahme. Der Standardwert ist NodePool.

managedClusterPropertiesReadOnly
ManagedClusterPropertiesForSnapshot

Die Eigenschaften werden angezeigt, wenn verwaltete Cluster Momentaufnahme. Diese Eigenschaften sind schreibgeschützt.

Gibt zurück

Eine neue ManagedClusterSnapshotData instance zum Simulieren.

Gilt für: