DataCollectionRuleAssociationMetadata Class

public final class DataCollectionRuleAssociationMetadata
extends Metadata

Metadata about the resource.

Constructor Summary

Constructor Description
DataCollectionRuleAssociationMetadata()

Creates an instance of DataCollectionRuleAssociationMetadata class.

Method Summary

Modifier and Type Method and Description
static DataCollectionRuleAssociationMetadata fromJson(JsonReader jsonReader)

Reads an instance of DataCollectionRuleAssociationMetadata from the JsonReader.

String provisionedBy()

Get the provisionedBy property: Azure offering managing this resource on-behalf-of customer.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from Metadata

Methods inherited from java.lang.Object

Constructor Details

DataCollectionRuleAssociationMetadata

public DataCollectionRuleAssociationMetadata()

Creates an instance of DataCollectionRuleAssociationMetadata class.

Method Details

fromJson

public static DataCollectionRuleAssociationMetadata fromJson(JsonReader jsonReader)

Reads an instance of DataCollectionRuleAssociationMetadata from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

provisionedBy

public String provisionedBy()

Get the provisionedBy property: Azure offering managing this resource on-behalf-of customer.

Overrides:

DataCollectionRuleAssociationMetadata.provisionedBy()

Returns:

the provisionedBy value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataCollectionRuleAssociationMetadata.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

DataCollectionRuleAssociationMetadata.validate()

Applies to