Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.TopicInner
-
Packages that use TopicInner 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 TopicInner in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent that return TopicInner Modifier and Type Method Description TopicInnerTopicsClient. createOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo)Asynchronously creates a new topic with the specified parameters.TopicInnerTopicsClient. createOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo, com.azure.core.util.Context context)Asynchronously creates a new topic with the specified parameters.TopicInnerTopicsClient. getByResourceGroup(String resourceGroupName, String topicName)Get properties of a topic.TopicInnerTopicsClient. update(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters)Asynchronously updates a topic with the specified parameters.TopicInnerTopicsClient. update(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters, com.azure.core.util.Context context)Asynchronously updates a topic with the specified parameters.Methods in com.azure.resourcemanager.eventgrid.fluent that return types with arguments of type TopicInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginCreateOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo)Asynchronously creates a new topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginCreateOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo)Asynchronously creates a new topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginCreateOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo, com.azure.core.util.Context context)Asynchronously creates a new topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginCreateOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo, com.azure.core.util.Context context)Asynchronously creates a new topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginUpdate(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters)Asynchronously updates a topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginUpdate(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters)Asynchronously updates a topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginUpdate(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters, com.azure.core.util.Context context)Asynchronously updates a topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginUpdate(String resourceGroupName, String topicName, TopicUpdateParameters topicUpdateParameters, com.azure.core.util.Context context)Asynchronously updates a topic with the specified parameters.com.azure.core.http.rest.Response<TopicInner>TopicsClient. getByResourceGroupWithResponse(String resourceGroupName, String topicName, com.azure.core.util.Context context)Get properties of a topic.com.azure.core.http.rest.PagedIterable<TopicInner>TopicsClient. list()List all the topics under an Azure subscription.com.azure.core.http.rest.PagedIterable<TopicInner>TopicsClient. list(String filter, Integer top, com.azure.core.util.Context context)List all the topics under an Azure subscription.com.azure.core.http.rest.PagedIterable<TopicInner>TopicsClient. listByResourceGroup(String resourceGroupName)List all the topics under a resource group.com.azure.core.http.rest.PagedIterable<TopicInner>TopicsClient. listByResourceGroup(String resourceGroupName, String filter, Integer top, com.azure.core.util.Context context)List all the topics under a resource group.Methods in com.azure.resourcemanager.eventgrid.fluent with parameters of type TopicInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginCreateOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo)Asynchronously creates a new topic with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TopicInner>,TopicInner>TopicsClient. beginCreateOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo, com.azure.core.util.Context context)Asynchronously creates a new topic with the specified parameters.TopicInnerTopicsClient. createOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo)Asynchronously creates a new topic with the specified parameters.TopicInnerTopicsClient. createOrUpdate(String resourceGroupName, String topicName, TopicInner topicInfo, com.azure.core.util.Context context)Asynchronously creates a new topic with the specified parameters. -
Uses of TopicInner in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return TopicInner Modifier and Type Method Description TopicInnerTopicInner. withDisableLocalAuth(Boolean disableLocalAuth)Set the disableLocalAuth property: This boolean is used to enable or disable local auth.TopicInnerTopicInner. withIdentity(IdentityInfo identity)Set the identity property: Identity information for the resource.TopicInnerTopicInner. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.TopicInnerTopicInner. withInputSchema(InputSchema inputSchema)Set the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic.TopicInnerTopicInner. withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Set the inputSchemaMapping property: This enables publishing using custom event schemas.TopicInnerTopicInner. withLocation(String location)TopicInnerTopicInner. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.TopicInnerTopicInner. withTags(Map<String,String> tags) -
Uses of TopicInner in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return TopicInner Modifier and Type Method Description TopicInnerTopic. innerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.TopicInner object.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type TopicInner Modifier and Type Method Description List<TopicInner>TopicsListResult. value()Get the value property: A collection of Topics.Method parameters in com.azure.resourcemanager.eventgrid.models with type arguments of type TopicInner Modifier and Type Method Description TopicsListResultTopicsListResult. withValue(List<TopicInner> value)Set the value property: A collection of Topics.
-