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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.