ClusterPatch Class

Cluster details to update.

Inheritance
ClusterPatch

Constructor

ClusterPatch(*, tags: Optional[Dict[str, str]] = None, cloud_management_endpoint: Optional[str] = None, aad_client_id: Optional[str] = None, aad_tenant_id: Optional[str] = None, desired_properties: Optional[azure.mgmt.azurestackhci.models._models_py3.ClusterDesiredProperties] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. Resource tags.

cloud_management_endpoint
str

Endpoint configured for management from the Azure portal.

aad_client_id
str

App id of cluster AAD identity.

aad_tenant_id
str

Tenant id of cluster AAD identity.

desired_properties
ClusterDesiredProperties

Desired properties of the cluster.