ApiKeys Class
- java.
lang. Object - com.
azure. resourcemanager. quantum. models. ApiKeys
- com.
Implements
public final class ApiKeys
implements JsonSerializable<ApiKeys>
List of api keys to be generated.
Constructor Summary
| Constructor | Description |
|---|---|
| ApiKeys() |
Creates an instance of Api |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Api |
fromJson(JsonReader jsonReader)
Reads an instance of Api |
|
List<Key |
keys()
Get the keys property: A list of api key names. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Api |
withKeys(List<KeyType> keys)
Set the keys property: A list of api key names. |
Methods inherited from java.lang.Object
Constructor Details
ApiKeys
public ApiKeys()
Creates an instance of ApiKeys class.
Method Details
fromJson
public static ApiKeys fromJson(JsonReader jsonReader)
Reads an instance of ApiKeys from the JsonReader.
Parameters:
Returns:
Throws:
keys
public List<KeyType> keys()
Get the keys property: A list of api key names.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKeys
public ApiKeys withKeys(List<KeyType> keys)
Set the keys property: A list of api key names.
Parameters:
Returns: