Uses of Class
com.azure.resourcemanager.eventgrid.models.OperationInfo
-
Packages that use OperationInfo 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 OperationInfo in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return OperationInfo Modifier and Type Method Description OperationInfoOperationInner. display()Get the display property: Display name of the operation.Methods in com.azure.resourcemanager.eventgrid.fluent.models with parameters of type OperationInfo Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationInfo display)Set the display property: Display name of the operation. -
Uses of OperationInfo in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return OperationInfo Modifier and Type Method Description OperationInfoOperation. display()Gets the display property: Display name of the operation.OperationInfoOperationInfo. withDescription(String description)Set the description property: Description of the operation.OperationInfoOperationInfo. withOperation(String operation)Set the operation property: Name of the operation.OperationInfoOperationInfo. withProvider(String provider)Set the provider property: Name of the provider.OperationInfoOperationInfo. withResource(String resource)Set the resource property: Name of the resource type.
-