MSDeployStatus Class

MSDeploy ARM response.

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

Inheritance
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResource
MSDeployStatus

Constructor

MSDeployStatus(*, kind: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

deployer
str

Username of deployer.

provisioning_state
str or MSDeployProvisioningState

Provisioning state. Possible values include: "accepted", "running", "succeeded", "failed", "canceled".

start_time
datetime

Start time of deploy operation.

end_time
datetime

End time of deploy operation.

complete
bool

Whether the deployment operation has completed.