IotDestinationProperties 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
IotDestinationProperties() |
Initializes a new instance of the IotDestinationProperties class. |
IotDestinationProperties(String) |
Initializes a new instance of the IotDestinationProperties class. |
IotDestinationProperties()
Initializes a new instance of the IotDestinationProperties class.
public IotDestinationProperties ();
Public Sub New ()
Applies to
IotDestinationProperties(String)
Initializes a new instance of the IotDestinationProperties class.
public IotDestinationProperties (string provisioningState = default);
new Microsoft.Azure.Management.HealthcareApis.Models.IotDestinationProperties : string -> Microsoft.Azure.Management.HealthcareApis.Models.IotDestinationProperties
Public Sub New (Optional provisioningState As String = Nothing)
Parameters
- provisioningState
- String
The provisioning state. Possible values include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying', 'Updating', 'Failed', 'Canceled', 'Deprovisioned', 'Moving', 'Suspended', 'Warned', 'SystemMaintenance'
Applies to
Azure SDK for .NET