Uses of Class
com.azure.resourcemanager.eventgrid.models.StaticDeliveryAttributeMapping
-
Packages that use StaticDeliveryAttributeMapping Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of StaticDeliveryAttributeMapping in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return StaticDeliveryAttributeMapping Modifier and Type Method Description StaticDeliveryAttributeMappingStaticDeliveryAttributeMapping. withIsSecret(Boolean isSecret)Set the isSecret property: Boolean flag to tell if the attribute contains sensitive information .StaticDeliveryAttributeMappingStaticDeliveryAttributeMapping. withName(String name)Set the name property: Name of the delivery attribute or header.StaticDeliveryAttributeMappingStaticDeliveryAttributeMapping. withValue(String value)Set the value property: Value of the delivery attribute.
-