public final class ValidateSecretInput extends Object
| Constructor and Description |
|---|
ValidateSecretInput() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReference |
secretSource()
Get the secretSource property: The secret source.
|
ValidateSecretType |
secretType()
Get the secretType property: The secret type.
|
void |
validate()
Validates the instance.
|
ValidateSecretInput |
withSecretSource(ResourceReference secretSource)
Set the secretSource property: The secret source.
|
ValidateSecretInput |
withSecretType(ValidateSecretType secretType)
Set the secretType property: The secret type.
|
public ResourceReference secretSource()
public ValidateSecretInput withSecretSource(ResourceReference secretSource)
secretSource - the secretSource value to set.public ValidateSecretType secretType()
public ValidateSecretInput withSecretType(ValidateSecretType secretType)
secretType - the secretType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.