次の方法で共有


UpdateTopicsConfigurationInfo Class

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

Implements

public final class UpdateTopicsConfigurationInfo
implements JsonSerializable<UpdateTopicsConfigurationInfo>

Properties of the topics configuration info of a namespace.

Constructor Summary

Constructor Description
UpdateTopicsConfigurationInfo()

Creates an instance of UpdateTopicsConfigurationInfo class.

Method Summary

Modifier and Type Method and Description
List<CustomDomainConfiguration> customDomains()

Get the customDomains property: Custom domain info for topics configuration.

static UpdateTopicsConfigurationInfo fromJson(JsonReader jsonReader)

Reads an instance of UpdateTopicsConfigurationInfo from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

UpdateTopicsConfigurationInfo withCustomDomains(List<CustomDomainConfiguration> customDomains)

Set the customDomains property: Custom domain info for topics configuration.

Methods inherited from java.lang.Object

Constructor Details

UpdateTopicsConfigurationInfo

public UpdateTopicsConfigurationInfo()

Creates an instance of UpdateTopicsConfigurationInfo class.

Method Details

customDomains

public List<CustomDomainConfiguration> customDomains()

Get the customDomains property: Custom domain info for topics configuration.

Returns:

the customDomains value.

fromJson

public static UpdateTopicsConfigurationInfo fromJson(JsonReader jsonReader)

Reads an instance of UpdateTopicsConfigurationInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withCustomDomains

public UpdateTopicsConfigurationInfo withCustomDomains(List<CustomDomainConfiguration> customDomains)

Set the customDomains property: Custom domain info for topics configuration.

Parameters:

customDomains - the customDomains value to set.

Returns:

the UpdateTopicsConfigurationInfo object itself.

Applies to