Class ContainerAppSecret
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.models.ContainerAppSecret
-
public final class ContainerAppSecret extends Object
Container App Secret.
-
-
Constructor Summary
Constructors Constructor Description ContainerAppSecret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: Secret Name.void
validate()
Validates the instance.String
value()
Get the value property: Secret Value.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Secret Name.- Returns:
- the name value.
-
value
public String value()
Get the value property: Secret Value.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-