Udostępnij za pośrednictwem


PartnerRegistrationUpdateParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.models.PartnerRegistrationUpdateParameters

Implements

public final class PartnerRegistrationUpdateParameters
implements JsonSerializable<PartnerRegistrationUpdateParameters>

Properties of the Partner Registration update.

Constructor Summary

Constructor Description
PartnerRegistrationUpdateParameters()

Creates an instance of PartnerRegistrationUpdateParameters class.

Method Summary

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

Reads an instance of PartnerRegistrationUpdateParameters from the JsonReader.

Map<String,String> tags()

Get the tags property: Tags of the partner registration resource.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

PartnerRegistrationUpdateParameters withTags(Map<String,String> tags)

Set the tags property: Tags of the partner registration resource.

Methods inherited from java.lang.Object

Constructor Details

PartnerRegistrationUpdateParameters

public PartnerRegistrationUpdateParameters()

Creates an instance of PartnerRegistrationUpdateParameters class.

Method Details

fromJson

public static PartnerRegistrationUpdateParameters fromJson(JsonReader jsonReader)

Reads an instance of PartnerRegistrationUpdateParameters from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

tags

public Map<String,String> tags()

Get the tags property: Tags of the partner registration resource.

Returns:

the tags value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTags

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

Set the tags property: Tags of the partner registration resource.

Parameters:

tags - the tags value to set.

Returns:

the PartnerRegistrationUpdateParameters object itself.

Applies to