ArmKubernetesModelFactory.ConnectedClusterPatch Method

Definition

Object containing updates for patch operations.

public static Azure.ResourceManager.Kubernetes.Models.ConnectedClusterPatch ConnectedClusterPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Kubernetes.Models.ConnectedClusterPatchProperties properties = default);
static member ConnectedClusterPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Kubernetes.Models.ConnectedClusterPatchProperties -> Azure.ResourceManager.Kubernetes.Models.ConnectedClusterPatch
Public Shared Function ConnectedClusterPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As ConnectedClusterPatchProperties = Nothing) As ConnectedClusterPatch

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
ConnectedClusterPatchProperties

Describes the connected cluster resource properties that can be updated during PATCH operation.

Returns

A new ConnectedClusterPatch instance for mocking.

Applies to