PSDeploymentWhatIfCmdletParameters Constructors
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.
Overloads
PSDeploymentWhatIfCmdletParameters()
public PSDeploymentWhatIfCmdletParameters ();
Public Sub New ()
Applies to
PSDeploymentWhatIfCmdletParameters(DeploymentScopeType, String, DeploymentMode, String, String, String, String, String, String, String, Hashtable, Hashtable, WhatIfResultFormat, String[])
public PSDeploymentWhatIfCmdletParameters (Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.DeploymentScopeType scopeType, string deploymentName = default, Microsoft.Azure.Management.Resources.Models.DeploymentMode mode = Microsoft.Azure.Management.Resources.Models.DeploymentMode.Incremental, string location = default, string managementGroupId = default, string queryString = default, string resourceGroupName = default, string templateUri = default, string templateSpecId = default, string templateParametersUri = default, System.Collections.Hashtable templateObject = default, System.Collections.Hashtable templateParametersObject = default, Microsoft.Azure.Management.Resources.Models.WhatIfResultFormat resultFormat = Microsoft.Azure.Management.Resources.Models.WhatIfResultFormat.FullResourcePayloads, string[] excludeChangeTypes = default);
new Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.DeploymentScopeType * string * Microsoft.Azure.Management.Resources.Models.DeploymentMode * string * string * string * string * string * string * string * System.Collections.Hashtable * System.Collections.Hashtable * Microsoft.Azure.Management.Resources.Models.WhatIfResultFormat * string[] -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.Deployments.PSDeploymentWhatIfCmdletParameters
Public Sub New (scopeType As DeploymentScopeType, Optional deploymentName As String = Nothing, Optional mode As DeploymentMode = Microsoft.Azure.Management.Resources.Models.DeploymentMode.Incremental, Optional location As String = Nothing, Optional managementGroupId As String = Nothing, Optional queryString As String = Nothing, Optional resourceGroupName As String = Nothing, Optional templateUri As String = Nothing, Optional templateSpecId As String = Nothing, Optional templateParametersUri As String = Nothing, Optional templateObject As Hashtable = Nothing, Optional templateParametersObject As Hashtable = Nothing, Optional resultFormat As WhatIfResultFormat = Microsoft.Azure.Management.Resources.Models.WhatIfResultFormat.FullResourcePayloads, Optional excludeChangeTypes As String() = Nothing)
Parameters
- scopeType
- DeploymentScopeType
- deploymentName
- String
- mode
- DeploymentMode
- location
- String
- managementGroupId
- String
- queryString
- String
- resourceGroupName
- String
- templateUri
- String
- templateSpecId
- String
- templateParametersUri
- String
- templateObject
- Hashtable
- templateParametersObject
- Hashtable
- resultFormat
- WhatIfResultFormat
- excludeChangeTypes
- String[]