Class SecretProperties
java.lang.Object
com.azure.resourcemanager.cdn.models.AfdStateProperties
com.azure.resourcemanager.cdn.fluent.models.SecretProperties
The JSON object that contains the properties of the Secret to create.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: object which contains secret parameters.Get the profileName property: The name of the profile which holds the secret.voidvalidate()Validates the instance.withParameters(SecretParameters parameters) Set the parameters property: object which contains secret parameters.Methods inherited from class com.azure.resourcemanager.cdn.models.AfdStateProperties
deploymentStatus, provisioningState
-
Constructor Details
-
SecretProperties
public SecretProperties()
-
-
Method Details
-
profileName
Get the profileName property: The name of the profile which holds the secret.- Returns:
- the profileName value.
-
parameters
Get the parameters property: object which contains secret parameters.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: object which contains secret parameters.- Parameters:
parameters- the parameters value to set.- Returns:
- the SecretProperties object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classAfdStateProperties- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-