ClusterManagerPatchParameters interface

ClusterManagerPatchParameters represents the body of the request to patch the cluster properties.

Properties

identity

The identity for the resource.

tags

The Azure resource tags that will replace the existing ones.

Property Details

identity

The identity for the resource.

identity?: ManagedServiceIdentity

Property Value

tags

The Azure resource tags that will replace the existing ones.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}