ArmContainerServiceModelFactory.ManagedClusterSnapshotData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- creationDataSourceResourceId
- ResourceIdentifier
CreationData a ser usado para especificar a ID do recurso de origem para criar esse instantâneo.
- snapshotType
- Nullable<SnapshotType>
O tipo de um instantâneo. O padrão é NodePool.
- managedClusterPropertiesReadOnly
- ManagedClusterPropertiesForSnapshot
O que as propriedades serão mostradas ao obter instantâneo de cluster gerenciado. Essas propriedades são somente leitura.
Retornos
Uma nova ManagedClusterSnapshotData instância para simulação.
Aplica-se a
Azure SDK for .NET