PatchVault Class

Patch Resource information, as returned by the resource provider.

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

Inheritance
azure.mgmt.recoveryservices.models._models_py3.PatchTrackedResource
PatchVault

Constructor

PatchVault(*, etag: Optional[str] = None, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, properties: Optional[_models.VaultProperties] = None, sku: Optional[_models.Sku] = None, identity: Optional[_models.IdentityData] = None, **kwargs)

Variables

id
str

Resource Id represents the complete path to the resource.

name
str

Resource name associated with the resource.

type
str

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

etag
str

Optional ETag.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

properties
VaultProperties

Properties of the vault.

sku
Sku

Identifies the unique system identifier for each Azure resource.

identity
IdentityData

Identity for the resource.