ArmServiceFabricManagedClustersModelFactory.ServiceFabricManagedApplicationTypePatch 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.
Application type update request.
public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedApplicationTypePatch ServiceFabricManagedApplicationTypePatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member ServiceFabricManagedApplicationTypePatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedApplicationTypePatch
Public Shared Function ServiceFabricManagedApplicationTypePatch (Optional tags As IDictionary(Of String, String) = Nothing) As ServiceFabricManagedApplicationTypePatch
Parameters
- tags
- IDictionary<String,String>
Application type update parameters.
Returns
A new ServiceFabricManagedApplicationTypePatch instance for mocking.