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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET