public final class CsmPublishingProfileOptions extends Object
| Constructor and Description |
|---|
CsmPublishingProfileOptions() |
| Modifier and Type | Method and Description |
|---|---|
PublishingProfileFormat |
format()
Get the format property: Name of the format.
|
Boolean |
includeDisasterRecoveryEndpoints()
Get the includeDisasterRecoveryEndpoints property: Include the DisasterRecover endpoint if true.
|
void |
validate()
Validates the instance.
|
CsmPublishingProfileOptions |
withFormat(PublishingProfileFormat format)
Set the format property: Name of the format.
|
CsmPublishingProfileOptions |
withIncludeDisasterRecoveryEndpoints(Boolean includeDisasterRecoveryEndpoints)
Set the includeDisasterRecoveryEndpoints property: Include the DisasterRecover endpoint if true.
|
public PublishingProfileFormat format()
public CsmPublishingProfileOptions withFormat(PublishingProfileFormat format)
format - the format value to set.public Boolean includeDisasterRecoveryEndpoints()
public CsmPublishingProfileOptions withIncludeDisasterRecoveryEndpoints(Boolean includeDisasterRecoveryEndpoints)
includeDisasterRecoveryEndpoints - the includeDisasterRecoveryEndpoints value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.