ArmKubernetesModelFactory.ConnectedClusterPatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.