Condividi tramite


ArmServiceFabricManagedClustersModelFactory.ServiceFabricManagedClusterPatch Method

Definition

Managed cluster update request.

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

Parameters

tags
IDictionary<String,String>

Managed cluster update parameters.

Returns

A new ServiceFabricManagedClusterPatch instance for mocking.

Applies to