ArmIotHubModelFactory.IotHubSkuDescription 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 IotHubSkuDescription.
public static Azure.ResourceManager.IotHub.Models.IotHubSkuDescription IotHubSkuDescription(Azure.Core.ResourceType? resourceType = default, Azure.ResourceManager.IotHub.Models.IotHubSkuInfo sku = default, Azure.ResourceManager.IotHub.Models.IotHubCapacity capacity = default);
static member IotHubSkuDescription : Nullable<Azure.Core.ResourceType> * Azure.ResourceManager.IotHub.Models.IotHubSkuInfo * Azure.ResourceManager.IotHub.Models.IotHubCapacity -> Azure.ResourceManager.IotHub.Models.IotHubSkuDescription
Public Shared Function IotHubSkuDescription (Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional sku As IotHubSkuInfo = Nothing, Optional capacity As IotHubCapacity = Nothing) As IotHubSkuDescription
Parameters
- resourceType
- Nullable<ResourceType>
The type of the resource.
- sku
- IotHubSkuInfo
The type of the resource.
- capacity
- IotHubCapacity
IotHub capacity.
Returns
A new IotHubSkuDescription instance for mocking.
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