Uses of Class
com.azure.resourcemanager.eventgrid.models.TopicTypePropertiesSupportedScopesForSourceItem
-
Packages that use TopicTypePropertiesSupportedScopesForSourceItem Package Description 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 TopicTypePropertiesSupportedScopesForSourceItem in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return types with arguments of type TopicTypePropertiesSupportedScopesForSourceItem Modifier and Type Method Description List<TopicTypePropertiesSupportedScopesForSourceItem>TopicTypeInfoInner. supportedScopesForSource()Get the supportedScopesForSource property: Supported source scopes.List<TopicTypePropertiesSupportedScopesForSourceItem>TopicTypeProperties. supportedScopesForSource()Get the supportedScopesForSource property: Supported source scopes.Method parameters in com.azure.resourcemanager.eventgrid.fluent.models with type arguments of type TopicTypePropertiesSupportedScopesForSourceItem Modifier and Type Method Description TopicTypeInfoInnerTopicTypeInfoInner. withSupportedScopesForSource(List<TopicTypePropertiesSupportedScopesForSourceItem> supportedScopesForSource)Set the supportedScopesForSource property: Supported source scopes.TopicTypePropertiesTopicTypeProperties. withSupportedScopesForSource(List<TopicTypePropertiesSupportedScopesForSourceItem> supportedScopesForSource)Set the supportedScopesForSource property: Supported source scopes. -
Uses of TopicTypePropertiesSupportedScopesForSourceItem in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as TopicTypePropertiesSupportedScopesForSourceItem Modifier and Type Field Description static TopicTypePropertiesSupportedScopesForSourceItemTopicTypePropertiesSupportedScopesForSourceItem. AZURE_SUBSCRIPTIONStatic value AzureSubscription for TopicTypePropertiesSupportedScopesForSourceItem.static TopicTypePropertiesSupportedScopesForSourceItemTopicTypePropertiesSupportedScopesForSourceItem. RESOURCEStatic value Resource for TopicTypePropertiesSupportedScopesForSourceItem.static TopicTypePropertiesSupportedScopesForSourceItemTopicTypePropertiesSupportedScopesForSourceItem. RESOURCE_GROUPStatic value ResourceGroup for TopicTypePropertiesSupportedScopesForSourceItem.Methods in com.azure.resourcemanager.eventgrid.models that return TopicTypePropertiesSupportedScopesForSourceItem Modifier and Type Method Description static TopicTypePropertiesSupportedScopesForSourceItemTopicTypePropertiesSupportedScopesForSourceItem. fromString(String name)Creates or finds a TopicTypePropertiesSupportedScopesForSourceItem from its string representation.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type TopicTypePropertiesSupportedScopesForSourceItem Modifier and Type Method Description List<TopicTypePropertiesSupportedScopesForSourceItem>TopicTypeInfo. supportedScopesForSource()Gets the supportedScopesForSource property: Supported source scopes.static Collection<TopicTypePropertiesSupportedScopesForSourceItem>TopicTypePropertiesSupportedScopesForSourceItem. values()
-