Partilhar via


ServiceFabricCmdletBase.CreateBasicDeployment Method

Definition

protected Microsoft.Azure.Management.Internal.Resources.Models.Deployment CreateBasicDeployment (Microsoft.Azure.Management.Internal.Resources.Models.DeploymentMode deploymentMode, string templateFilePath, string parameterFilePath, string debugSetting = default, Newtonsoft.Json.Linq.JObject parameters = default);
member this.CreateBasicDeployment : Microsoft.Azure.Management.Internal.Resources.Models.DeploymentMode * string * string * string * Newtonsoft.Json.Linq.JObject -> Microsoft.Azure.Management.Internal.Resources.Models.Deployment
Protected Function CreateBasicDeployment (deploymentMode As DeploymentMode, templateFilePath As String, parameterFilePath As String, Optional debugSetting As String = Nothing, Optional parameters As JObject = Nothing) As Deployment

Parameters

deploymentMode
DeploymentMode
templateFilePath
String
parameterFilePath
String
debugSetting
String
parameters
Newtonsoft.Json.Linq.JObject

Returns

Applies to