共用方式為


ProvisioningServiceDescription Constructors

Definition

Overloads

ProvisioningServiceDescription()

Initializes a new instance of the ProvisioningServiceDescription class.

ProvisioningServiceDescription(String, IotDpsPropertiesDescription, IotDpsSkuInfo, String, String, String, IDictionary<String,String>, String, SystemData)

Initializes a new instance of the ProvisioningServiceDescription class.

ProvisioningServiceDescription()

Initializes a new instance of the ProvisioningServiceDescription class.

public ProvisioningServiceDescription ();
Public Sub New ()

Applies to

ProvisioningServiceDescription(String, IotDpsPropertiesDescription, IotDpsSkuInfo, String, String, String, IDictionary<String,String>, String, SystemData)

Initializes a new instance of the ProvisioningServiceDescription class.

public ProvisioningServiceDescription (string location, Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotDpsPropertiesDescription properties, Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotDpsSkuInfo sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, Microsoft.Azure.Management.DeviceProvisioningServices.Models.SystemData systemData = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription : string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotDpsPropertiesDescription * Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotDpsSkuInfo * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.DeviceProvisioningServices.Models.SystemData -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.ProvisioningServiceDescription
Public Sub New (location As String, properties As IotDpsPropertiesDescription, sku As IotDpsSkuInfo, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional systemData As SystemData = Nothing)

Parameters

location
String

The resource location.

properties
IotDpsPropertiesDescription

Service specific properties for a provisioning service

sku
IotDpsSkuInfo

Sku info for a provisioning Service.

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

tags
IDictionary<String,String>

The resource tags.

etag
String

The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.

systemData
SystemData

Applies to