Class SecretInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.cdn.fluent.models.SecretInner
public final class SecretInner
extends com.azure.core.management.ProxyResource
Friendly Secret name mapping to the any Secret or secret related information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the deploymentStatus property: The deploymentStatus property.Get the parameters property: object which contains secret parameters.Get the profileName property: The name of the profile which holds the secret.Get the provisioningState property: Provisioning status.com.azure.core.management.SystemDataGet the systemData property: Read only system data.voidvalidate()Validates the instance.withParameters(SecretParameters parameters) Set the parameters property: object which contains secret parameters.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
SecretInner
public SecretInner()
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Read only system data.- Returns:
- the systemData value.
-
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 SecretInner object itself.
-
provisioningState
Get the provisioningState property: Provisioning status.- Returns:
- the provisioningState value.
-
deploymentStatus
Get the deploymentStatus property: The deploymentStatus property.- Returns:
- the deploymentStatus value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-