IoTRole Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
IoTRole() |
Inicializa uma nova instância da classe IoTRole. |
IoTRole(String, IoTDeviceInfo, IoTDeviceInfo, String, String, String, String, SystemData, IList<MountPointMap>, IoTEdgeAgentInfo, String, ComputeResource) |
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, SystemData, IList<MountPointMap>, IoTEdgeAgentInfo, String, ComputeResource)
Inicializa uma nova instância da classe IoTRole.
public IoTRole(string hostPlatform, Microsoft.Azure.Management.DataBoxEdge.Models.IoTDeviceInfo ioTDeviceDetails, Microsoft.Azure.Management.DataBoxEdge.Models.IoTDeviceInfo ioTEdgeDeviceDetails, string roleStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.MountPointMap> shareMappings = default, Microsoft.Azure.Management.DataBoxEdge.Models.IoTEdgeAgentInfo ioTEdgeAgentInfo = default, string hostPlatformType = default, Microsoft.Azure.Management.DataBoxEdge.Models.ComputeResource computeResource = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.IoTRole : string * Microsoft.Azure.Management.DataBoxEdge.Models.IoTDeviceInfo * Microsoft.Azure.Management.DataBoxEdge.Models.IoTDeviceInfo * string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.MountPointMap> * Microsoft.Azure.Management.DataBoxEdge.Models.IoTEdgeAgentInfo * string * Microsoft.Azure.Management.DataBoxEdge.Models.ComputeResource -> Microsoft.Azure.Management.DataBoxEdge.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 systemData As SystemData = Nothing, Optional shareMappings As IList(Of MountPointMap) = Nothing, Optional ioTEdgeAgentInfo As IoTEdgeAgentInfo = Nothing, Optional hostPlatformType As String = Nothing, Optional computeResource As ComputeResource = Nothing)
Parâmetros
- hostPlatform
- String
Sistema operacional de host compatível com a função de 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 IoT Edge para o qual a função de IoT precisa ser configurada.
- roleStatus
- String
Status de função. 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 .
- systemData
- SystemData
Função configurada no recurso DO ASE
- shareMappings
- IList<MountPointMap>
Pontos de montagem de compartilhamentos em funções.
- ioTEdgeAgentInfo
- IoTEdgeAgentInfo
Não há detalhes do agente de borda para baixar o runtime do agente e do iot de inicialização.
- hostPlatformType
- String
Plataforma em que o runtime Iot está hospedado. Os valores possíveis incluem: 'KubernetesCluster', 'LinuxVM'
- computeResource
- ComputeResource
Alocação de recurso
Aplica-se a
Azure SDK for .NET