ContainerAppSecret Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ContainerAppSecret
- com.
Implements
public final class ContainerAppSecret
implements JsonSerializable<ContainerAppSecret>
Container App Secret.
Constructor Summary
Constructor | Description |
---|---|
ContainerAppSecret() |
Creates an instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
String |
name()
Get the name property: Secret Name. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: Secret Value. |
Methods inherited from java.lang.Object
Constructor Details
ContainerAppSecret
public ContainerAppSecret()
Creates an instance of ContainerAppSecret class.
Method Details
fromJson
public static ContainerAppSecret fromJson(JsonReader jsonReader)
Reads an instance of ContainerAppSecret from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Secret Name.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Secret Value.
Returns:
Applies to
Azure SDK for Java