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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET