Uses of Class
com.azure.resourcemanager.eventgrid.models.DeliveryAttributeMappingType
-
Packages that use DeliveryAttributeMappingType Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of DeliveryAttributeMappingType in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as DeliveryAttributeMappingType Modifier and Type Field Description static DeliveryAttributeMappingTypeDeliveryAttributeMappingType. DYNAMICStatic value Dynamic for DeliveryAttributeMappingType.static DeliveryAttributeMappingTypeDeliveryAttributeMappingType. STATICStatic value Static for DeliveryAttributeMappingType.Methods in com.azure.resourcemanager.eventgrid.models that return DeliveryAttributeMappingType Modifier and Type Method Description static DeliveryAttributeMappingTypeDeliveryAttributeMappingType. fromString(String name)Creates or finds a DeliveryAttributeMappingType from its string representation.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type DeliveryAttributeMappingType Modifier and Type Method Description static Collection<DeliveryAttributeMappingType>DeliveryAttributeMappingType. values()
-