Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.OperationDetailInner
Packages that use OperationDetailInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
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 OperationDetailInnerModifier and TypeMethodDescriptioncom.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 OperationDetailInnerModifier and TypeMethodDescriptionstatic OperationDetailInner
OperationDetailInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OperationDetailInner from the JsonReader.OperationDetailInner.withDisplay
(OperationDisplay display) Set the display property: Display of the operation.OperationDetailInner.withIsDataAction
(Boolean isDataAction) Set the isDataAction property: Indicates whether the operation is a data action.Set the name property: Name of the operation.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 OperationDetailInnerModifier and TypeMethodDescriptionOperationDetail.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 OperationDetailInnerModifier and TypeMethodDescriptionAvailableOperations.value()
Get the value property: Collection of available operation details.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type OperationDetailInnerModifier and TypeMethodDescriptionAvailableOperations.withValue
(List<OperationDetailInner> value) Set the value property: Collection of available operation details.