Поделиться через


SqlManagedInstanceK8SRaw Class

  • java.lang.Object
    • com.azure.resourcemanager.azurearcdata.models.SqlManagedInstanceK8SRaw

Implements

public final class SqlManagedInstanceK8SRaw
implements JsonSerializable<SqlManagedInstanceK8SRaw>

The raw kubernetes information.

Constructor Summary

Constructor Description
SqlManagedInstanceK8SRaw()

Creates an instance of SqlManagedInstanceK8SRaw class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: The raw kubernetes information.

static SqlManagedInstanceK8SRaw fromJson(JsonReader jsonReader)

Reads an instance of SqlManagedInstanceK8SRaw from the JsonReader.

SqlManagedInstanceK8SSpec spec()

Get the spec property: The kubernetes spec information.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SqlManagedInstanceK8SRaw withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: The raw kubernetes information.

SqlManagedInstanceK8SRaw 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:

the additionalProperties value.

fromJson

public static SqlManagedInstanceK8SRaw fromJson(JsonReader jsonReader)

Reads an instance of SqlManagedInstanceK8SRaw from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SqlManagedInstanceK8SRaw if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SqlManagedInstanceK8SRaw.

spec

public SqlManagedInstanceK8SSpec spec()

Get the spec property: The kubernetes spec information.

Returns:

the spec value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public SqlManagedInstanceK8SRaw withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: The raw kubernetes information.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the SqlManagedInstanceK8SRaw object itself.

withSpec

public SqlManagedInstanceK8SRaw withSpec(SqlManagedInstanceK8SSpec spec)

Set the spec property: The kubernetes spec information.

Parameters:

spec - the spec value to set.

Returns:

the SqlManagedInstanceK8SRaw object itself.

Applies to