SqlManagedInstanceK8SRaw Class
- java.
lang. Object - com.
azure. resourcemanager. azurearcdata. models. SqlManagedInstanceK8SRaw
- com.
Implements
public final class SqlManagedInstanceK8SRaw
implements JsonSerializable<SqlManagedInstanceK8SRaw>
The raw kubernetes information.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlManagedInstanceK8SRaw() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
|
Sql |
spec()
Get the spec property: The kubernetes spec information. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sql |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Sql |
withSpec(SqlManagedInstanceK8SSpec spec)
Set the spec property: The kubernetes spec information. |
Methods inherited from java.lang.Object
Constructor Details
SqlManagedInstanceK8SRaw
public SqlManagedInstanceK8SRaw()
Creates an instance of SqlManagedInstanceK8SRaw class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: The raw kubernetes information.
Returns:
fromJson
public static SqlManagedInstanceK8SRaw fromJson(JsonReader jsonReader)
Reads an instance of SqlManagedInstanceK8SRaw from the JsonReader.
Parameters:
Returns:
Throws:
spec
public SqlManagedInstanceK8SSpec spec()
Get the spec property: The kubernetes spec information.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public SqlManagedInstanceK8SRaw withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The raw kubernetes information.
Parameters:
Returns:
withSpec
public SqlManagedInstanceK8SRaw withSpec(SqlManagedInstanceK8SSpec spec)
Set the spec property: The kubernetes spec information.
Parameters:
Returns: