Package version:

The patch for a cluster.

interface ClusterPatch {
    properties?: ClusterPatchProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

Define cluster patch specific properties.

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

Resource tags.