public final class DeploymentOperationInner extends Object
| Constructor and Description |
|---|
DeploymentOperationInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: Full deployment operation ID.
|
String |
operationId()
Get the operationId property: Deployment operation ID.
|
DeploymentOperationProperties |
properties()
Get the properties property: Deployment properties.
|
void |
validate()
Validates the instance.
|
DeploymentOperationInner |
withProperties(DeploymentOperationProperties properties)
Set the properties property: Deployment properties.
|
public String id()
public String operationId()
public DeploymentOperationProperties properties()
public DeploymentOperationInner withProperties(DeploymentOperationProperties properties)
properties - the properties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.