DeploymentOperation 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
DeploymentOperation() |
Initializes a new instance of the DeploymentOperation class. |
DeploymentOperation(String, String, DeploymentOperationProperties) |
Initializes a new instance of the DeploymentOperation class. |
DeploymentOperation()
Initializes a new instance of the DeploymentOperation class.
public DeploymentOperation ();
Public Sub New ()
Applies to
DeploymentOperation(String, String, DeploymentOperationProperties)
Initializes a new instance of the DeploymentOperation class.
public DeploymentOperation (string id = default, string operationId = default, Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties properties = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation : string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperationProperties -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentOperation
Public Sub New (Optional id As String = Nothing, Optional operationId As String = Nothing, Optional properties As DeploymentOperationProperties = Nothing)
Parameters
- id
- String
Full deployment operation ID.
- operationId
- String
Deployment operation ID.
- properties
- DeploymentOperationProperties
Deployment properties.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET