Compartilhar via


ArcAddon Construtores

Definição

Sobrecargas

ArcAddon()

Inicializa uma nova instância da classe ArcAddon.

ArcAddon(String, String, String, String, String, String, String, SystemData, String, String, String, String)

Inicializa uma nova instância da classe ArcAddon.

ArcAddon()

Inicializa uma nova instância da classe ArcAddon.

public ArcAddon ();
Public Sub New ()

Aplica-se a

ArcAddon(String, String, String, String, String, String, String, SystemData, String, String, String, String)

Inicializa uma nova instância da classe ArcAddon.

public ArcAddon (string subscriptionId, string resourceGroupName, string resourceName, string resourceLocation, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string version = default, string hostPlatform = default, string hostPlatformType = default, string provisioningState = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.ArcAddon : string * string * string * string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.ArcAddon
Public Sub New (subscriptionId As String, resourceGroupName As String, resourceName As String, resourceLocation As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional version As String = Nothing, Optional hostPlatform As String = Nothing, Optional hostPlatformType As String = Nothing, Optional provisioningState As String = Nothing)

Parâmetros

subscriptionId
String

ID da assinatura do recurso arc

resourceGroupName
String

Nome do grupo de recursos do Arc

resourceName
String

Nome do recurso arc

resourceLocation
String

Localização do recurso do Arc

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

Tipo de complemento

version
String

Versão do recurso do Arc

hostPlatform
String

Sistema operacional host compatível com o complemento arc. Os valores possíveis incluem: 'Windows', 'Linux'

hostPlatformType
String

Plataforma em que o runtime está hospedado. Os valores possíveis incluem: 'KubernetesCluster', 'LinuxVM'

provisioningState
String

Estado de provisionamento do addon. Os valores possíveis incluem: 'Invalid', 'Creating', 'Created', 'Updating', 'Reconfiguring', 'Failed', 'Deleting'

Aplica-se a