ArmNetworkCloudModelFactory.NetworkCloudClusterManagerPatch 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.
public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch NetworkCloudClusterManagerPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudClusterManagerPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerPatch
Public Shared Function NetworkCloudClusterManagerPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudClusterManagerPatch
Parameters
- identity
- ManagedServiceIdentity
The identity for the resource.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new NetworkCloudClusterManagerPatch instance for mocking.