ManagedApplicationCmdletBase.CreateManagedApplicationType Method

Definition

protected Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource CreateManagedApplicationType (string applicationTypeName, string location, System.Collections.Hashtable tags = default, bool errorIfPresent = true);
member this.CreateManagedApplicationType : string * string * System.Collections.Hashtable * bool -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource
Protected Function CreateManagedApplicationType (applicationTypeName As String, location As String, Optional tags As Hashtable = Nothing, Optional errorIfPresent As Boolean = true) As ApplicationTypeResource

Parameters

applicationTypeName
String
location
String
tags
Hashtable
errorIfPresent
Boolean

Returns

Applies to