TargetType Class

Model that represents a Target Type resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.chaos.models._models_py3.Resource
TargetType

Constructor

TargetType(*, location: Optional[str] = None, **kwargs)

Variables

id
str

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

name
str

The name of the resource.

type
str

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

system_data
SystemData

The system metadata properties of the target type resource.

location
str

Location of the Target Type resource.

display_name
str

Localized string of the display name.

description
str

Localized string of the description.

properties_schema
str

URL to retrieve JSON schema of the Target Type properties.

resource_types
list[str]

List of resource types this Target Type can extend.