DeploymentOperationInner 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
DeploymentOperationInner() |
Initializes a new instance of the DeploymentOperationInner class. |
DeploymentOperationInner(String, String, DeploymentOperationProperties) |
Initializes a new instance of the DeploymentOperationInner class. |
DeploymentOperationInner()
Initializes a new instance of the DeploymentOperationInner class.
public DeploymentOperationInner ();
Public Sub New ()
Applies to
DeploymentOperationInner(String, String, DeploymentOperationProperties)
Initializes a new instance of the DeploymentOperationInner class.
public DeploymentOperationInner (string id = default, string operationId = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationProperties properties = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationProperties -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET