IotHubSkuDescription Constructors
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.
Overloads
IotHubSkuDescription() |
Initializes a new instance of the IotHubSkuDescription class. |
IotHubSkuDescription(IotHubSkuInfo, IotHubCapacity, String) |
Initializes a new instance of the IotHubSkuDescription class. |
IotHubSkuDescription()
Initializes a new instance of the IotHubSkuDescription class.
public IotHubSkuDescription ();
Public Sub New ()
Applies to
IotHubSkuDescription(IotHubSkuInfo, IotHubCapacity, String)
Initializes a new instance of the IotHubSkuDescription class.
public IotHubSkuDescription (Microsoft.Azure.Management.IotHub.Models.IotHubSkuInfo sku, Microsoft.Azure.Management.IotHub.Models.IotHubCapacity capacity, string resourceType = default);
new Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription : Microsoft.Azure.Management.IotHub.Models.IotHubSkuInfo * Microsoft.Azure.Management.IotHub.Models.IotHubCapacity * string -> Microsoft.Azure.Management.IotHub.Models.IotHubSkuDescription
Public Sub New (sku As IotHubSkuInfo, capacity As IotHubCapacity, Optional resourceType As String = Nothing)
Parameters
- sku
- IotHubSkuInfo
The type of the resource.
- capacity
- IotHubCapacity
IotHub capacity
- resourceType
- String
The type of the resource.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET