Freigeben über


ArmComputeModelFactory.SnapshotSku Methode

Definition

Initialisiert eine neue instance von SnapshotSku.

public static Azure.ResourceManager.Compute.Models.SnapshotSku SnapshotSku (Azure.ResourceManager.Compute.Models.SnapshotStorageAccountType? name = default, string tier = default);
static member SnapshotSku : Nullable<Azure.ResourceManager.Compute.Models.SnapshotStorageAccountType> * string -> Azure.ResourceManager.Compute.Models.SnapshotSku
Public Shared Function SnapshotSku (Optional name As Nullable(Of SnapshotStorageAccountType) = Nothing, Optional tier As String = Nothing) As SnapshotSku

Parameter

name
Nullable<SnapshotStorageAccountType>

Der sku-Name.

tier
String

Die sku-Ebene.

Gibt zurück

Eine neue SnapshotSku instance zum Mocking.

Gilt für: