Share via


Capability Constructors

Definition

Overloads

Capability()

Initializes a new instance of the Capability class.

Capability(String, String, String, SystemData, String, String, String, String, String)

Initializes a new instance of the Capability class.

Capability()

Initializes a new instance of the Capability class.

public Capability ();
Public Sub New ()

Applies to

Capability(String, String, String, SystemData, String, String, String, String, String)

Initializes a new instance of the Capability class.

public Capability (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Chaos.Models.SystemData systemData = default, string publisher = default, string targetType = default, string description = default, string parametersSchema = default, string urn = default);
new Microsoft.Azure.Management.Chaos.Models.Capability : string * string * string * Microsoft.Azure.Management.Chaos.Models.SystemData * string * string * string * string * string -> Microsoft.Azure.Management.Chaos.Models.Capability
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional publisher As String = Nothing, Optional targetType As String = Nothing, Optional description As String = Nothing, Optional parametersSchema As String = Nothing, Optional urn As String = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

The standard system metadata of a resource type.

publisher
String

String of the Publisher that this Capability extends.

targetType
String

String of the Target Type that this Capability extends.

description
String

Localized string of the description.

parametersSchema
String

URL to retrieve JSON schema of the Capability parameters.

urn
String

String of the URN for this Capability Type.

Applies to