IInstanceProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Models.InstancePropertiesTypeConverter))]
public interface IInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceUpdate.Models.InstancePropertiesTypeConverter))>]
type IInstanceProperties = interface
interface IJsonSerializable
Public Interface IInstanceProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AccountName |
Parent Device Update Account name which Instance belongs to. |
| DiagnosticStoragePropertyAuthenticationType |
Authentication Type |
| DiagnosticStoragePropertyConnectionString |
ConnectionString of the diagnostic storage account |
| DiagnosticStoragePropertyResourceId |
ResourceId of the diagnostic storage account |
| EnableDiagnostic |
Enables or Disables the diagnostic logs collection |
| IotHub |
List of IoT Hubs associated with the account. |
| ProvisioningState |
Provisioning state. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |