Class TopicTypePropertiesSupportedScopesForSourceItem
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TopicTypePropertiesSupportedScopesForSourceItem>
-
- com.azure.resourcemanager.eventgrid.models.TopicTypePropertiesSupportedScopesForSourceItem
-
public final class TopicTypePropertiesSupportedScopesForSourceItem extends com.azure.core.util.ExpandableStringEnum<TopicTypePropertiesSupportedScopesForSourceItem>
Defines values for TopicTypePropertiesSupportedScopesForSourceItem.
-
-
Field Summary
Fields Modifier and Type Field Description static TopicTypePropertiesSupportedScopesForSourceItemAZURE_SUBSCRIPTIONStatic value AzureSubscription for TopicTypePropertiesSupportedScopesForSourceItem.static TopicTypePropertiesSupportedScopesForSourceItemRESOURCEStatic value Resource for TopicTypePropertiesSupportedScopesForSourceItem.static TopicTypePropertiesSupportedScopesForSourceItemRESOURCE_GROUPStatic value ResourceGroup for TopicTypePropertiesSupportedScopesForSourceItem.
-
Constructor Summary
Constructors Constructor Description TopicTypePropertiesSupportedScopesForSourceItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TopicTypePropertiesSupportedScopesForSourceItemfromString(String name)Creates or finds a TopicTypePropertiesSupportedScopesForSourceItem from its string representation.static Collection<TopicTypePropertiesSupportedScopesForSourceItem>values()
-
-
-
Field Detail
-
RESOURCE
public static final TopicTypePropertiesSupportedScopesForSourceItem RESOURCE
Static value Resource for TopicTypePropertiesSupportedScopesForSourceItem.
-
RESOURCE_GROUP
public static final TopicTypePropertiesSupportedScopesForSourceItem RESOURCE_GROUP
Static value ResourceGroup for TopicTypePropertiesSupportedScopesForSourceItem.
-
AZURE_SUBSCRIPTION
public static final TopicTypePropertiesSupportedScopesForSourceItem AZURE_SUBSCRIPTION
Static value AzureSubscription for TopicTypePropertiesSupportedScopesForSourceItem.
-
-
Method Detail
-
fromString
public static TopicTypePropertiesSupportedScopesForSourceItem fromString(String name)
Creates or finds a TopicTypePropertiesSupportedScopesForSourceItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TopicTypePropertiesSupportedScopesForSourceItem.
-
values
public static Collection<TopicTypePropertiesSupportedScopesForSourceItem> values()
- Returns:
- known TopicTypePropertiesSupportedScopesForSourceItem values.
-
-