Freigeben über


ArmSqlModelFactory.InstancePoolData Methode

Definition

Initialisiert eine neue instance von InstancePoolData.

public static Azure.ResourceManager.Sql.InstancePoolData InstancePoolData (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.ResourceManager.Sql.Models.SqlSku sku = default, Azure.Core.ResourceIdentifier subnetId = default, int? vCores = default, Azure.ResourceManager.Sql.Models.InstancePoolLicenseType? licenseType = default);
static member InstancePoolData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Sql.Models.SqlSku * Azure.Core.ResourceIdentifier * Nullable<int> * Nullable<Azure.ResourceManager.Sql.Models.InstancePoolLicenseType> -> Azure.ResourceManager.Sql.InstancePoolData
Public Shared Function InstancePoolData (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 sku As SqlSku = Nothing, Optional subnetId As ResourceIdentifier = Nothing, Optional vCores As Nullable(Of Integer) = Nothing, Optional licenseType As Nullable(Of InstancePoolLicenseType) = Nothing) As InstancePoolData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

sku
SqlSku

Der Name und die Ebene der SKU.

subnetId
ResourceIdentifier

Ressourcen-ID des Subnetzes, in dem dieser instance Pool platziert werden soll.

vCores
Nullable<Int32>

Anzahl der virtuellen Kerne, die zu diesem instance Pool gehören.

licenseType
Nullable<InstancePoolLicenseType>

Der Lizenztyp. Mögliche Werte sind "LicenseIncluded" (Preis für die SQL-Lizenz ist enthalten) und "BasePrice" (ohne SQL-Lizenzpreis).

Gibt zurück

Eine neue InstancePoolData instance zum Mocking.

Gilt für: