Uses of Class
com.azure.resourcemanager.eventgrid.models.TopicTypeProvisioningState
-
Packages that use TopicTypeProvisioningState 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 TopicTypeProvisioningState in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return TopicTypeProvisioningState Modifier and Type Method Description TopicTypeProvisioningStateTopicTypeInfoInner. provisioningState()Get the provisioningState property: Provisioning state of the topic type.TopicTypeProvisioningStateTopicTypeProperties. provisioningState()Get the provisioningState property: Provisioning state of the topic type.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type TopicTypeProvisioningState Modifier and Type Method Description TopicTypeInfoInnerTopicTypeInfoInner. withProvisioningState(TopicTypeProvisioningState provisioningState)Set the provisioningState property: Provisioning state of the topic type.TopicTypePropertiesTopicTypeProperties. withProvisioningState(TopicTypeProvisioningState provisioningState)Set the provisioningState property: Provisioning state of the topic type. -
Uses of TopicTypeProvisioningState in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as TopicTypeProvisioningState Modifier and Type Field Description static TopicTypeProvisioningStateTopicTypeProvisioningState. CANCELEDStatic value Canceled for TopicTypeProvisioningState.static TopicTypeProvisioningStateTopicTypeProvisioningState. CREATINGStatic value Creating for TopicTypeProvisioningState.static TopicTypeProvisioningStateTopicTypeProvisioningState. DELETINGStatic value Deleting for TopicTypeProvisioningState.static TopicTypeProvisioningStateTopicTypeProvisioningState. FAILEDStatic value Failed for TopicTypeProvisioningState.static TopicTypeProvisioningStateTopicTypeProvisioningState. SUCCEEDEDStatic value Succeeded for TopicTypeProvisioningState.static TopicTypeProvisioningStateTopicTypeProvisioningState. UPDATINGStatic value Updating for TopicTypeProvisioningState.Methods in com.azure.resourcemanager.eventgrid.models that return TopicTypeProvisioningState Modifier and Type Method Description static TopicTypeProvisioningStateTopicTypeProvisioningState. fromString(String name)Creates or finds a TopicTypeProvisioningState from its string representation.TopicTypeProvisioningStateTopicTypeInfo. provisioningState()Gets the provisioningState property: Provisioning state of the topic type.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type TopicTypeProvisioningState Modifier and Type Method Description static Collection<TopicTypeProvisioningState>TopicTypeProvisioningState. values()
-