ServiceFabricCmdletBase.CreateBasicDeployment 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.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