Class CertificateOperationUpdateParameter
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.CertificateOperationUpdateParameter
-
public class CertificateOperationUpdateParameter extends Object
The certificate operation update parameters.
-
-
Constructor Summary
Constructors Constructor Description CertificateOperationUpdateParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
cancellationRequested()
Get the cancellationRequested value.CertificateOperationUpdateParameter
withCancellationRequested(boolean cancellationRequested)
Set the cancellationRequested value.
-
-
-
Method Detail
-
cancellationRequested
public boolean cancellationRequested()
Get the cancellationRequested value.- Returns:
- the cancellationRequested value
-
withCancellationRequested
public CertificateOperationUpdateParameter withCancellationRequested(boolean cancellationRequested)
Set the cancellationRequested value.- Parameters:
cancellationRequested
- the cancellationRequested value to set- Returns:
- the CertificateOperationUpdateParameter object itself.
-
-