public class Nonce extends ProxyOnlyResource
| Constructor and Description |
|---|
Nonce() |
| Modifier and Type | Method and Description |
|---|---|
String |
nonceExpirationInterval()
Get the nonceExpirationInterval property: The nonceExpirationInterval property.
|
void |
validate()
Validates the instance.
|
Boolean |
validateNonce()
Get the validateNonce property: The validateNonce property.
|
Nonce |
withKind(String kind)
Set the kind property: Kind of resource.
|
Nonce |
withNonceExpirationInterval(String nonceExpirationInterval)
Set the nonceExpirationInterval property: The nonceExpirationInterval property.
|
Nonce |
withValidateNonce(Boolean validateNonce)
Set the validateNonce property: The validateNonce property.
|
kindpublic Boolean validateNonce()
public Nonce withValidateNonce(Boolean validateNonce)
validateNonce - the validateNonce value to set.public String nonceExpirationInterval()
public Nonce withNonceExpirationInterval(String nonceExpirationInterval)
nonceExpirationInterval - the nonceExpirationInterval value to set.public Nonce withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.