Uses of Class
com.azure.resourcemanager.eventgrid.models.EventSubscriptionIdentityType
-
Packages that use EventSubscriptionIdentityType Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of EventSubscriptionIdentityType in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as EventSubscriptionIdentityType Modifier and Type Field Description static EventSubscriptionIdentityTypeEventSubscriptionIdentityType. SYSTEM_ASSIGNEDStatic value SystemAssigned for EventSubscriptionIdentityType.static EventSubscriptionIdentityTypeEventSubscriptionIdentityType. USER_ASSIGNEDStatic value UserAssigned for EventSubscriptionIdentityType.Methods in com.azure.resourcemanager.eventgrid.models that return EventSubscriptionIdentityType Modifier and Type Method Description static EventSubscriptionIdentityTypeEventSubscriptionIdentityType. fromString(String name)Creates or finds a EventSubscriptionIdentityType from its string representation.EventSubscriptionIdentityTypeEventSubscriptionIdentity. type()Get the type property: The type of managed identity used.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type EventSubscriptionIdentityType Modifier and Type Method Description static Collection<EventSubscriptionIdentityType>EventSubscriptionIdentityType. values()Methods in com.azure.resourcemanager.eventgrid.models with parameters of type EventSubscriptionIdentityType Modifier and Type Method Description EventSubscriptionIdentityEventSubscriptionIdentity. withType(EventSubscriptionIdentityType type)Set the type property: The type of managed identity used.
-