Condividi tramite


ArmServiceFabricManagedClustersModelFactory.ServiceFabricManagedServicePatch Method

Definition

Service update request.

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

Parameters

tags
IDictionary<String,String>

Service update parameters.

Returns

A new ServiceFabricManagedServicePatch instance for mocking.

Applies to