Uses of Class
com.azure.resourcemanager.appplatform.fluent.models.OperationDetailInner
-
Packages that use OperationDetailInner Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of OperationDetailInner in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.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 REST API operations of the Microsoft.AppPlatform provider.com.azure.core.http.rest.PagedIterable<OperationDetailInner>OperationsClient. list(com.azure.core.util.Context context)Lists all of the available REST API operations of the Microsoft.AppPlatform provider.com.azure.core.http.rest.PagedFlux<OperationDetailInner>OperationsClient. listAsync()Lists all of the available REST API operations of the Microsoft.AppPlatform provider. -
Uses of OperationDetailInner in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return OperationDetailInner Modifier and Type Method Description OperationDetailInnerOperationDetailInner. withDisplay(OperationDisplay display)Set the display property: Display of the operation.OperationDetailInnerOperationDetailInner. withIsDataAction(Boolean isDataAction)Set the isDataAction property: Indicates whether the operation is a data action.OperationDetailInnerOperationDetailInner. withName(String name)Set the name property: Name of the operation.OperationDetailInnerOperationDetailInner. withOrigin(String origin)Set the origin property: Origin of the operation.OperationDetailInnerOperationDetailInner. withProperties(OperationProperties properties)Set the properties property: Properties of the operation. -
Uses of OperationDetailInner in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.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.appplatform.models with type arguments of type OperationDetailInner Modifier and Type Method Description AvailableOperationsAvailableOperations. withValue(List<OperationDetailInner> value)Set the value property: Collection of available operation details.
-