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