Uses of Class
com.azure.resourcemanager.eventgrid.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.eventgrid.fluent Package containing the service clients for EventGridManagementClient.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 OperationInner in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list()List the available operations supported by the Microsoft.EventGrid resource provider.com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list(com.azure.core.util.Context context)List the available operations supported by the Microsoft.EventGrid resource provider. -
Uses of OperationInner in com.azure.resourcemanager.eventgrid.fluent.models
Methods in com.azure.resourcemanager.eventgrid.fluent.models that return OperationInner Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationInfo display)Set the display property: Display name of the operation.OperationInnerOperationInner. withName(String name)Set the name property: Name of the operation.OperationInnerOperationInner. withOrigin(String origin)Set the origin property: Origin of the operation.OperationInnerOperationInner. withProperties(Object properties)Set the properties property: Properties of the operation. -
Uses of OperationInner in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return OperationInner Modifier and Type Method Description OperationInnerOperation. innerModel()Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.OperationInner object.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>OperationsListResult. value()Get the value property: A collection of operations.Method parameters in com.azure.resourcemanager.eventgrid.models with type arguments of type OperationInner Modifier and Type Method Description OperationsListResultOperationsListResult. withValue(List<OperationInner> value)Set the value property: A collection of operations.
-