Compartilhar via


DataBoundaryProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.models.DataBoundaryProperties

Implements

public final class DataBoundaryProperties
implements JsonSerializable<DataBoundaryProperties>

Data boundary properties.

Constructor Summary

Constructor Description
DataBoundaryProperties()

Creates an instance of DataBoundaryProperties class.

Method Summary

Modifier and Type Method and Description
DataBoundary dataBoundary()

Get the dataBoundary property: The data boundary definition.

static DataBoundaryProperties fromJson(JsonReader jsonReader)

Reads an instance of DataBoundaryProperties from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: Denotes the state of provisioning.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DataBoundaryProperties withDataBoundary(DataBoundary dataBoundary)

Set the dataBoundary property: The data boundary definition.

Methods inherited from java.lang.Object

Constructor Details

DataBoundaryProperties

public DataBoundaryProperties()

Creates an instance of DataBoundaryProperties class.

Method Details

dataBoundary

public DataBoundary dataBoundary()

Get the dataBoundary property: The data boundary definition.

Returns:

the dataBoundary value.

fromJson

public static DataBoundaryProperties fromJson(JsonReader jsonReader)

Reads an instance of DataBoundaryProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataBoundaryProperties 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 DataBoundaryProperties.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Denotes the state of provisioning.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withDataBoundary

public DataBoundaryProperties withDataBoundary(DataBoundary dataBoundary)

Set the dataBoundary property: The data boundary definition.

Parameters:

dataBoundary - the dataBoundary value to set.

Returns:

the DataBoundaryProperties object itself.

Applies to