다음을 통해 공유


HciClusterPatch Class

Definition

Cluster details to update.

public class HciClusterPatch
type HciClusterPatch = class
Public Class HciClusterPatch
Inheritance
HciClusterPatch

Constructors

HciClusterPatch()

Initializes a new instance of HciClusterPatch.

Properties

AadClientId

App id of cluster AAD identity.

AadTenantId

Tenant id of cluster AAD identity.

CloudManagementEndpoint

Endpoint configured for management from the Azure portal.

DesiredProperties

Desired properties of the cluster.

ManagedServiceIdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

PrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

Tags

Resource tags.

TenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

UserAssignedIdentities

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Applies to