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