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