Compartilhar via


IoTRole Construtores

Definição

Sobrecargas

IoTRole()

Inicializa uma nova instância da classe IoTRole.

IoTRole(String, IoTDeviceInfo, IoTDeviceInfo, String, String, String, String, IList<MountPointMap>)

Inicializa uma nova instância da classe IoTRole.

IoTRole()

Inicializa uma nova instância da classe IoTRole.

public IoTRole ();
Public Sub New ()

Aplica-se a

IoTRole(String, IoTDeviceInfo, IoTDeviceInfo, String, String, String, String, IList<MountPointMap>)

Inicializa uma nova instância da classe IoTRole.

public IoTRole (string hostPlatform, Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo ioTDeviceDetails, Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo ioTEdgeDeviceDetails, string roleStatus, string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.MountPointMap> shareMappings = default);
new Microsoft.Azure.Management.EdgeGateway.Models.IoTRole : string * Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo * Microsoft.Azure.Management.EdgeGateway.Models.IoTDeviceInfo * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.MountPointMap> -> Microsoft.Azure.Management.EdgeGateway.Models.IoTRole
Public Sub New (hostPlatform As String, ioTDeviceDetails As IoTDeviceInfo, ioTEdgeDeviceDetails As IoTDeviceInfo, roleStatus As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional shareMappings As IList(Of MountPointMap) = Nothing)

Parâmetros

hostPlatform
String

Sistema operacional host compatível com a função IoT. Os valores possíveis incluem: 'Windows', 'Linux'

ioTDeviceDetails
IoTDeviceInfo

Metadados do dispositivo IoT aos quais o dispositivo data box edge precisa ser conectado.

ioTEdgeDeviceDetails
IoTDeviceInfo

Dispositivo de borda IoT para o qual a função de IoT precisa ser configurada.

roleStatus
String

Função status. Os valores possíveis incluem: 'Enabled', 'Disabled'

id
String

A ID do caminho que identifica exclusivamente o objeto.

name
String

O nome do objeto.

type
String

O tipo hierárquico do objeto .

shareMappings
IList<MountPointMap>

Pontos de montagem de compartilhamentos em funções.

Aplica-se a