CapabilityType Constructors

Definition

Overloads

CapabilityType()

Initializes a new instance of the CapabilityType class.

CapabilityType(String, String, String, SystemData, String, String, String, String, String, String, String)

Initializes a new instance of the CapabilityType class.

CapabilityType()

Initializes a new instance of the CapabilityType class.

public CapabilityType ();
Public Sub New ()

Applies to

CapabilityType(String, String, String, SystemData, String, String, String, String, String, String, String)

Initializes a new instance of the CapabilityType class.

public CapabilityType (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Chaos.Models.SystemData systemData = default, string location = default, string publisher = default, string targetType = default, string displayName = default, string description = default, string parametersSchema = default, string urn = default);
new Microsoft.Azure.Management.Chaos.Models.CapabilityType : string * string * string * Microsoft.Azure.Management.Chaos.Models.SystemData * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Chaos.Models.CapabilityType
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional location As String = Nothing, Optional publisher As String = Nothing, Optional targetType As String = Nothing, Optional displayName 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 system metadata properties of the capability type resource.

location
String

Location of the Capability Type resource.

publisher
String

String of the Publisher that this Capability Type extends.

targetType
String

String of the Target Type that this Capability Type extends.

displayName
String

Localized string of the display name.

description
String

Localized string of the description.

parametersSchema
String

URL to retrieve JSON schema of the Capability Type parameters.

urn
String

String of the URN for this Capability Type.

Applies to