NewResourceManagerSdkClient.ValidateDeployment 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.
Validates a given deployment.
public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError> ValidateDeployment (Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentCmdletParameters parameters);
public virtual Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.TemplateValidationInfo ValidateDeployment (Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentCmdletParameters parameters);
abstract member ValidateDeployment : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentCmdletParameters -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError>
override this.ValidateDeployment : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentCmdletParameters -> System.Collections.Generic.List<Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError>
abstract member ValidateDeployment : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentCmdletParameters -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.TemplateValidationInfo
override this.ValidateDeployment : Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSDeploymentCmdletParameters -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.TemplateValidationInfo
Public Overridable Function ValidateDeployment (parameters As PSDeploymentCmdletParameters) As List(Of PSResourceManagerError)
Public Overridable Function ValidateDeployment (parameters As PSDeploymentCmdletParameters) As TemplateValidationInfo
Parameters
- parameters
- PSDeploymentCmdletParameters
The deployment create options
Returns
The validation info