DeploymentResource Class

Deployment resource payload.

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

Inheritance
azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.ProxyResource
DeploymentResource

Constructor

DeploymentResource(*, properties: Optional[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.DeploymentResourceProperties] = None, sku: Optional[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.Sku] = None, **kwargs)

Variables

id
str

Fully qualified resource Id for the resource.

name
str

The name of the resource.

type
str

The type of the resource.

properties
DeploymentResourceProperties

Properties of the Deployment resource.

sku
Sku

Sku of the Deployment resource.