SecretParameters Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. SecretParameters
- com.
Implements
public class SecretParameters
implements JsonSerializable<SecretParameters>
The json object containing secret parameters.
Constructor Summary
Constructor | Description |
---|---|
SecretParameters() |
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) |
Secret |
type()
Get the type property: The type of the secret resource. |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SecretParameters
public SecretParameters()
Creates an instance of SecretParameters class.
Method Details
fromJson
public static SecretParameters fromJson(JsonReader jsonReader)
Reads an instance of SecretParameters from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public SecretType type()
Get the type property: The type of the secret resource.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java