Share via


IInstanceProperties Interface

Definition

[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)

Applies to