ArmDeviceProvisioningServicesModelFactory.DeviceProvisioningServicesSkuInfo Method
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.
Initializes a new instance of DeviceProvisioningServicesSkuInfo.
public static Azure.ResourceManager.DeviceProvisioningServices.Models.DeviceProvisioningServicesSkuInfo DeviceProvisioningServicesSkuInfo (Azure.ResourceManager.DeviceProvisioningServices.Models.DeviceProvisioningServicesSku? name = default, string tier = default, long? capacity = default);
static member DeviceProvisioningServicesSkuInfo : Nullable<Azure.ResourceManager.DeviceProvisioningServices.Models.DeviceProvisioningServicesSku> * string * Nullable<int64> -> Azure.ResourceManager.DeviceProvisioningServices.Models.DeviceProvisioningServicesSkuInfo
Public Shared Function DeviceProvisioningServicesSkuInfo (Optional name As Nullable(Of DeviceProvisioningServicesSku) = Nothing, Optional tier As String = Nothing, Optional capacity As Nullable(Of Long) = Nothing) As DeviceProvisioningServicesSkuInfo
Parameters
Sku name.
- tier
- String
Pricing tier name of the provisioning service.
Returns
A new DeviceProvisioningServicesSkuInfo instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET