SecretBase Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SecretBase
- com.
Implements
public class SecretBase
implements JsonSerializable<SecretBase>
The base definition of a secret type.
Constructor Summary
| Constructor | Description |
|---|---|
| SecretBase() |
Creates an instance of Secret |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Secret |
fromJson(JsonReader jsonReader)
Reads an instance of Secret |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the secret. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SecretBase
public SecretBase()
Creates an instance of SecretBase class.
Method Details
fromJson
public static SecretBase fromJson(JsonReader jsonReader)
Reads an instance of SecretBase from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public String type()
Get the type property: Type of the secret.
Returns:
validate
public void validate()
Validates the instance.