Uses of Class
com.azure.resourcemanager.eventgrid.models.IdentityType
-
Packages that use IdentityType Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of IdentityType in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as IdentityType Modifier and Type Field Description static IdentityTypeIdentityType. NONEStatic value None for IdentityType.static IdentityTypeIdentityType. SYSTEM_ASSIGNEDStatic value SystemAssigned for IdentityType.static IdentityTypeIdentityType. SYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned, UserAssigned for IdentityType.static IdentityTypeIdentityType. USER_ASSIGNEDStatic value UserAssigned for IdentityType.Methods in com.azure.resourcemanager.eventgrid.models that return IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. fromString(String name)Creates or finds a IdentityType from its string representation.IdentityTypeIdentityInfo. 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 IdentityType Modifier and Type Method Description static Collection<IdentityType>IdentityType. values()Methods in com.azure.resourcemanager.eventgrid.models with parameters of type IdentityType Modifier and Type Method Description IdentityInfoIdentityInfo. withType(IdentityType type)Set the type property: The type of managed identity used.
-