OvfLibraryItemDeployableIdentity

The LibraryItem.DeployableIdentity structure describes the resource created by a deployment, or the source resource from which library item can be created, by specifying its resource type and resource identifier.


Properties

string
id Required

Identifier of the deployable resource. When clients pass a value of this structure as a parameter, the field must be an identifier for one of these resource types: null or null. When operations return a value of this structure as a result, the field will be an identifier for one of these resource types: null or null.


string
type Required

Type of the deployable resource. When clients pass a value of this structure as a parameter, the field must be one of VirtualMachine or VirtualApp. When operations return a value of this structure as a result, the field will be one of VirtualMachine or VirtualApp.

JSON Example

{
	"id": "string",
	"type": "string"
}

Feedback

Was this page helpful?