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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET