Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.OperationDetailInner
-
Packages that use OperationDetailInner Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of OperationDetailInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type OperationDetailInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationDetailInner>
OperationsClient. list()
Lists all of the available RP operations.com.azure.core.http.rest.PagedIterable<OperationDetailInner>
OperationsClient. list(com.azure.core.util.Context context)
Lists all of the available RP operations. -
Uses of OperationDetailInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return OperationDetailInner Modifier and Type Method Description OperationDetailInner
OperationDetailInner. withDisplay(OperationDisplay display)
Set the display property: Display of the operation.OperationDetailInner
OperationDetailInner. withIsDataAction(Boolean isDataAction)
Set the isDataAction property: Indicates whether the operation is a data action.OperationDetailInner
OperationDetailInner. withName(String name)
Set the name property: Name of the operation.OperationDetailInner
OperationDetailInner. withOrigin(String origin)
Set the origin property: Origin of the operation. -
Uses of OperationDetailInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return OperationDetailInner Modifier and Type Method Description OperationDetailInner
OperationDetail. innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.OperationDetailInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type OperationDetailInner Modifier and Type Method Description List<OperationDetailInner>
AvailableOperations. value()
Get the value property: Collection of available operation details.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type OperationDetailInner Modifier and Type Method Description AvailableOperations
AvailableOperations. withValue(List<OperationDetailInner> value)
Set the value property: Collection of available operation details.
-