ArmChaosModelFactory.ChaosTargetMetadataData Method

Definition

Initializes a new instance of ChaosTargetMetadataData.

public static Azure.ResourceManager.Chaos.ChaosTargetMetadataData ChaosTargetMetadataData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string description = default, string propertiesSchema = default, System.Collections.Generic.IEnumerable<string> resourceTypes = default);
static member ChaosTargetMetadataData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * seq<string> -> Azure.ResourceManager.Chaos.ChaosTargetMetadataData
Public Shared Function ChaosTargetMetadataData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional propertiesSchema As String = Nothing, Optional resourceTypes As IEnumerable(Of String) = Nothing) As ChaosTargetMetadataData

Parameters

id
ResourceIdentifier

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

name
String

The name of the resource.

resourceType
ResourceType

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

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

displayName
String

Localized string of the display name.

description
String

Localized string of the description.

propertiesSchema
String

URL to retrieve JSON schema of the Target Type properties.

resourceTypes
IEnumerable<String>

List of resource types this Target Type can extend.

Returns

A new ChaosTargetMetadataData instance for mocking.

Applies to