CapabilityProperties interface

Model that represents the Capability properties model.

Properties

description

Localized string of the description.

parametersSchema

URL to retrieve JSON schema of the Capability parameters.

provisioningState

Resource provisioning state. Not currently in use because resource is created synchronously.

publisher

String of the Publisher that this Capability extends.

targetType

String of the Target Type that this Capability extends.

urn

String of the URN for this Capability Type.

Property Details

description

Localized string of the description.

description?: string

Property Value

string

parametersSchema

URL to retrieve JSON schema of the Capability parameters.

parametersSchema?: string

Property Value

string

provisioningState

Resource provisioning state. Not currently in use because resource is created synchronously.

provisioningState?: string

Property Value

string

publisher

String of the Publisher that this Capability extends.

publisher?: string

Property Value

string

targetType

String of the Target Type that this Capability extends.

targetType?: string

Property Value

string

urn

String of the URN for this Capability Type.

urn?: string

Property Value

string