Class ContainerAppSecret
- java.lang.Object
-
- com.azure.resourcemanager.appservice.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 Stringname()Get the name property: Secret Name.voidvalidate()Validates the instance.Stringvalue()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.
-
-