共用方式為


ArcAddon Constructors

Definition

Overloads

ArcAddon()

Initializes a new instance of the ArcAddon class.

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

Initializes a new instance of the ArcAddon class.

ArcAddon()

Initializes a new instance of the ArcAddon class.

public ArcAddon ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ArcAddon class.

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)

Parameters

subscriptionId
String

Arc resource subscription Id

resourceGroupName
String

Arc resource group name

resourceName
String

Arc resource Name

resourceLocation
String

Arc resource location

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

systemData
SystemData

Addon type

version
String

Arc resource version

hostPlatform
String

Host OS supported by the Arc addon. Possible values include: 'Windows', 'Linux'

hostPlatformType
String

Platform where the runtime is hosted. Possible values include: 'KubernetesCluster', 'LinuxVM'

provisioningState
String

Addon Provisioning State. Possible values include: 'Invalid', 'Creating', 'Created', 'Updating', 'Reconfiguring', 'Failed', 'Deleting'

Applies to