ManagedApplicationCmdletBase.CreateManagedApplicationTypeVersion 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.
protected Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionResource CreateManagedApplicationTypeVersion (string applicationTypeName, string typeVersion, string location, string packageUrl, bool force, System.Collections.Hashtable tags = default);
member this.CreateManagedApplicationTypeVersion : string * string * string * string * bool * System.Collections.Hashtable -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionResource
Protected Function CreateManagedApplicationTypeVersion (applicationTypeName As String, typeVersion As String, location As String, packageUrl As String, force As Boolean, Optional tags As Hashtable = Nothing) As ApplicationTypeVersionResource
Parameters
- applicationTypeName
- String
- typeVersion
- String
- location
- String
- packageUrl
- String
- force
- Boolean
- tags
- Hashtable