Uses of Class
com.azure.resourcemanager.eventgrid.models.DeliveryWithResourceIdentity
-
Packages that use DeliveryWithResourceIdentity 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 DeliveryWithResourceIdentity in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return DeliveryWithResourceIdentity Modifier and Type Method Description DeliveryWithResourceIdentityEventSubscriptionInner. deliveryWithResourceIdentity()Get the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.DeliveryWithResourceIdentityEventSubscriptionProperties. deliveryWithResourceIdentity()Get the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type DeliveryWithResourceIdentity Modifier and Type Method Description EventSubscriptionInnerEventSubscriptionInner. withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)Set the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.EventSubscriptionPropertiesEventSubscriptionProperties. withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)Set the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription. -
Uses of DeliveryWithResourceIdentity in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return DeliveryWithResourceIdentity Modifier and Type Method Description DeliveryWithResourceIdentityEventSubscription. deliveryWithResourceIdentity()Gets the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.DeliveryWithResourceIdentityEventSubscriptionUpdateParameters. deliveryWithResourceIdentity()Get the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.DeliveryWithResourceIdentityDeliveryWithResourceIdentity. withDestination(EventSubscriptionDestination destination)Set the destination property: Information about the destination where events have to be delivered for the event subscription.DeliveryWithResourceIdentityDeliveryWithResourceIdentity. withIdentity(EventSubscriptionIdentity identity)Set the identity property: The identity to use when delivering events.Methods in com.azure.resourcemanager.eventgrid.models with parameters of type DeliveryWithResourceIdentity Modifier and Type Method Description EventSubscription.DefinitionStages.WithCreateEventSubscription.DefinitionStages.WithDeliveryWithResourceIdentity. withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)Specifies the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.EventSubscription.UpdateEventSubscription.UpdateStages.WithDeliveryWithResourceIdentity. withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)Specifies the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.EventSubscriptionUpdateParametersEventSubscriptionUpdateParameters. withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity)Set the deliveryWithResourceIdentity property: Information about the destination where events have to be delivered for the event subscription.
-