Compartilhar via


ArmDataBoxEdgeModelFactory.EdgeIotRole Método

Definição

Inicializa uma nova instância do EdgeIotRole.

public static Azure.ResourceManager.DataBoxEdge.Models.EdgeIotRole EdgeIotRole (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOSPlatformType? hostPlatform = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo iotDeviceDetails = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo iotEdgeDeviceDetails = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountPointMap> shareMappings = default, Azure.ResourceManager.DataBoxEdge.Models.IotEdgeAgentInfo iotEdgeAgentInfo = default, Azure.ResourceManager.DataBoxEdge.Models.HostPlatformType? hostPlatformType = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeComputeResourceInfo computeResource = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRoleStatus? roleStatus = default);
static member EdgeIotRole : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOSPlatformType> * Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo * Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountPointMap> * Azure.ResourceManager.DataBoxEdge.Models.IotEdgeAgentInfo * Nullable<Azure.ResourceManager.DataBoxEdge.Models.HostPlatformType> * Azure.ResourceManager.DataBoxEdge.Models.EdgeComputeResourceInfo * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRoleStatus> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeIotRole
Public Shared Function EdgeIotRole (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional hostPlatform As Nullable(Of DataBoxEdgeOSPlatformType) = Nothing, Optional iotDeviceDetails As EdgeIotDeviceInfo = Nothing, Optional iotEdgeDeviceDetails As EdgeIotDeviceInfo = Nothing, Optional shareMappings As IEnumerable(Of DataBoxEdgeMountPointMap) = Nothing, Optional iotEdgeAgentInfo As IotEdgeAgentInfo = Nothing, Optional hostPlatformType As Nullable(Of HostPlatformType) = Nothing, Optional computeResource As EdgeComputeResourceInfo = Nothing, Optional roleStatus As Nullable(Of DataBoxEdgeRoleStatus) = Nothing) As EdgeIotRole

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

hostPlatform
Nullable<DataBoxEdgeOSPlatformType>

Sistema operacional host compatível com a função IoT.

iotDeviceDetails
EdgeIotDeviceInfo

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

iotEdgeDeviceDetails
EdgeIotDeviceInfo

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

shareMappings
IEnumerable<DataBoxEdgeMountPointMap>

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 bootstrap iot.

hostPlatformType
Nullable<HostPlatformType>

Plataforma em que o runtime Iot está hospedado.

computeResource
EdgeComputeResourceInfo

Alocação de recursos.

roleStatus
Nullable<DataBoxEdgeRoleStatus>

Função status.

Retornos

Uma nova EdgeIotRole instância para zombar.

Aplica-se a