Uses of Class
com.azure.resourcemanager.cdn.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 OperationInner Modifier and Type Method Description com.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 OperationInner Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: The object that represents the operation. -
Uses of OperationInner in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>OperationsListResult. value()Get the value property: List of CDN operations supported by the CDN resource provider.Constructors in com.azure.resourcemanager.cdn.models with parameters of type OperationInner Constructor Description Operation(OperationInner inner)Construct Operation object from server response object.
-