PrivateLinkHubPatchInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.PrivateLinkHubPatchInfo

Implements

public final class PrivateLinkHubPatchInfo
implements JsonSerializable<PrivateLinkHubPatchInfo>

PrivateLinkHub patch details.

Constructor Summary

Constructor Description
PrivateLinkHubPatchInfo()

Creates an instance of PrivateLinkHubPatchInfo class.

Method Summary

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

Reads an instance of PrivateLinkHubPatchInfo from the JsonReader.

Map<String,String> tags()

Get the tags property: Resource tags.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

PrivateLinkHubPatchInfo withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Methods inherited from java.lang.Object

Constructor Details

PrivateLinkHubPatchInfo

public PrivateLinkHubPatchInfo()

Creates an instance of PrivateLinkHubPatchInfo class.

Method Details

fromJson

public static PrivateLinkHubPatchInfo fromJson(JsonReader jsonReader)

Reads an instance of PrivateLinkHubPatchInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

tags

public Map<String,String> tags()

Get the tags property: Resource tags.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTags

public PrivateLinkHubPatchInfo withTags(Map<String,String> tags)

Set the tags property: Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the PrivateLinkHubPatchInfo object itself.

Applies to