ArmServiceFabricManagedClustersModelFactory.ServiceFabricManagedClusterPatch 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.
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.