Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TargetType

Package version

Model that represents a Target Type resource.

Hierarchy

Index

Properties

Optional description

description: undefined | string

Localized string of the description. NOTE: This property will not be serialized. It can only be populated by the server.

Optional displayName

displayName: undefined | string

Localized string of the display name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string

Location of the Target Type resource.

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional propertiesSchema

propertiesSchema: undefined | string

URL to retrieve JSON schema of the Target Type properties. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resourceTypes

resourceTypes: string[]

List of resource types this Target Type can extend. NOTE: This property will not be serialized. It can only be populated by the server.

Optional systemData

systemData: SystemData

The system metadata properties of the target type resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc