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