Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.TopicTypeInfoInner
-
Packages that use TopicTypeInfoInner Package Description com.azure.resourcemanager.eventgrid.fluent Package containing the service clients for EventGridManagementClient.com.azure.resourcemanager.eventgrid.fluent.models Package containing the inner data models for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of TopicTypeInfoInner in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent that return TopicTypeInfoInner Modifier and Type Method Description TopicTypeInfoInnerTopicTypesClient. get(String topicTypeName)Get information about a topic type.Methods in com.azure.resourcemanager.eventgrid.fluent that return types with arguments of type TopicTypeInfoInner Modifier and Type Method Description com.azure.core.http.rest.Response<TopicTypeInfoInner>TopicTypesClient. getWithResponse(String topicTypeName, com.azure.core.util.Context context)Get information about a topic type.com.azure.core.http.rest.PagedIterable<TopicTypeInfoInner>TopicTypesClient. list()List all registered topic types.com.azure.core.http.rest.PagedIterable<TopicTypeInfoInner>TopicTypesClient. list(com.azure.core.util.Context context)List all registered topic types. -
Uses of TopicTypeInfoInner in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return TopicTypeInfoInner Modifier and Type Method Description TopicTypeInfoInnerTopicTypeInfoInner. withDescription(String description)Set the description property: Description of the topic type.TopicTypeInfoInnerTopicTypeInfoInner. withDisplayName(String displayName)Set the displayName property: Display Name for the topic type.TopicTypeInfoInnerTopicTypeInfoInner. withProvider(String provider)Set the provider property: Namespace of the provider of the topic type.TopicTypeInfoInnerTopicTypeInfoInner. withProvisioningState(TopicTypeProvisioningState provisioningState)Set the provisioningState property: Provisioning state of the topic type.TopicTypeInfoInnerTopicTypeInfoInner. withResourceRegionType(ResourceRegionType resourceRegionType)Set the resourceRegionType property: Region type of the resource.TopicTypeInfoInnerTopicTypeInfoInner. withSourceResourceFormat(String sourceResourceFormat)Set the sourceResourceFormat property: Source resource format.TopicTypeInfoInnerTopicTypeInfoInner. withSupportedLocations(List<String> supportedLocations)Set the supportedLocations property: List of locations supported by this topic type.TopicTypeInfoInnerTopicTypeInfoInner. withSupportedScopesForSource(List<TopicTypePropertiesSupportedScopesForSourceItem> supportedScopesForSource)Set the supportedScopesForSource property: Supported source scopes. -
Uses of TopicTypeInfoInner in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return TopicTypeInfoInner Modifier and Type Method Description TopicTypeInfoInnerTopicTypeInfo. innerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicTypeInfoInner object.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type TopicTypeInfoInner Modifier and Type Method Description List<TopicTypeInfoInner>TopicTypesListResult. value()Get the value property: A collection of topic types.Method parameters in com.azure.resourcemanager.eventgrid.models with type arguments of type TopicTypeInfoInner Modifier and Type Method Description TopicTypesListResultTopicTypesListResult. withValue(List<TopicTypeInfoInner> value)Set the value property: A collection of topic types.
-