Uses of Class
com.azure.resourcemanager.cdn.fluent.models.OperationInner
Packages that use OperationInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of OperationInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type OperationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OperationInner> OperationsClient.list()Lists all of the available CDN REST API operations.com.azure.core.http.rest.PagedIterable<OperationInner> OperationsClient.list(com.azure.core.util.Context context) Lists all of the available CDN REST API operations.com.azure.core.http.rest.PagedFlux<OperationInner> OperationsClient.listAsync()Lists all of the available CDN REST API operations. -
Uses of OperationInner in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return OperationInnerModifier and TypeMethodDescriptionstatic OperationInnerOperationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationInner from the JsonReader.OperationInner.withDisplay(OperationDisplay display) Set the display property: The object that represents the operation.OperationInner.withIsDataAction(Boolean isDataAction) Set the isDataAction property: Indicates whether the operation is a data action.OperationInner.withServiceSpecification(ServiceSpecification serviceSpecification) Set the serviceSpecification property: One property of operation, include metric specifications. -
Uses of OperationInner in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type OperationInnerModifier and TypeMethodDescriptionOperationsListResult.value()Get the value property: List of CDN operations supported by the CDN resource provider.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type OperationInnerModifier and TypeMethodDescriptionOperationsListResult.withValue(List<OperationInner> value) Set the value property: List of CDN operations supported by the CDN resource provider.Constructors in com.azure.resourcemanager.cdn.models with parameters of type OperationInnerModifierConstructorDescriptionOperation(OperationInner inner) Construct Operation object from server response object.