Deployment 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
Deployment() | |
Deployment(DeploymentProperties, String) |
Deployment()
public Deployment ();
Public Sub New ()
Applies to
Deployment(DeploymentProperties, String)
public Deployment (Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentProperties properties, string location = default);
new Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.Deployment : Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentProperties * string -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.Deployment
Public Sub New (properties As DeploymentProperties, Optional location As String = Nothing)
Parameters
- properties
- DeploymentProperties
- location
- String