Class CsmPublishingProfileOptions
java.lang.Object
com.microsoft.azure.management.appservice.CsmPublishingProfileOptions
Publishing options for requested profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat()Get name of the format.Get include the DisasterRecover endpoint if true.withFormat(PublishingProfileFormat format) Set name of the format.withIncludeDisasterRecoveryEndpoints(Boolean includeDisasterRecoveryEndpoints) Set include the DisasterRecover endpoint if true.
-
Constructor Details
-
CsmPublishingProfileOptions
public CsmPublishingProfileOptions()
-
-
Method Details
-
format
Get name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'.- Returns:
- the format value
-
withFormat
Set name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'.- Parameters:
format- the format value to set- Returns:
- the CsmPublishingProfileOptions object itself.
-
includeDisasterRecoveryEndpoints
Get include the DisasterRecover endpoint if true.- Returns:
- the includeDisasterRecoveryEndpoints value
-
withIncludeDisasterRecoveryEndpoints
public CsmPublishingProfileOptions withIncludeDisasterRecoveryEndpoints(Boolean includeDisasterRecoveryEndpoints) Set include the DisasterRecover endpoint if true.- Parameters:
includeDisasterRecoveryEndpoints- the includeDisasterRecoveryEndpoints value to set- Returns:
- the CsmPublishingProfileOptions object itself.
-