Share via


ProxyResourceCmdletBase.CreateApplicationTypeVersion Method

Definition

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

Returns

Applies to