Uses of Class
com.azure.resourcemanager.eventgrid.models.EventSubscriptionIdentity
-
Packages that use EventSubscriptionIdentity Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of EventSubscriptionIdentity in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return EventSubscriptionIdentity Modifier and Type Method Description EventSubscriptionIdentityDeadLetterWithResourceIdentity. identity()Get the identity property: The identity to use when dead-lettering events.EventSubscriptionIdentityDeliveryWithResourceIdentity. identity()Get the identity property: The identity to use when delivering events.EventSubscriptionIdentityEventSubscriptionIdentity. withType(EventSubscriptionIdentityType type)Set the type property: The type of managed identity used.EventSubscriptionIdentityEventSubscriptionIdentity. withUserAssignedIdentity(String userAssignedIdentity)Set the userAssignedIdentity property: The user identity associated with the resource.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type EventSubscriptionIdentity Modifier and Type Method Description DeadLetterWithResourceIdentityDeadLetterWithResourceIdentity. withIdentity(EventSubscriptionIdentity identity)Set the identity property: The identity to use when dead-lettering events.DeliveryWithResourceIdentityDeliveryWithResourceIdentity. withIdentity(EventSubscriptionIdentity identity)Set the identity property: The identity to use when delivering events.
-