UpdateTopicsConfigurationInfo Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. UpdateTopicsConfigurationInfo
- com.
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 Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Custom |
customDomains()
Get the custom |
|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Update |
withCustomDomains(List<CustomDomainConfiguration> customDomains)
Set the custom |
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:
fromJson
public static UpdateTopicsConfigurationInfo fromJson(JsonReader jsonReader)
Reads an instance of UpdateTopicsConfigurationInfo from the JsonReader.
Parameters:
Returns:
Throws:
toJson
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:
Returns: