CloudExadataInfrastructuresOperations interface
Interface representing a CloudExadataInfrastructures operations.
Properties
| add |
Perform add storage capacity on exadata infra |
| configure |
Configures Exascale on Cloud exadata infrastructure resource |
| create |
Create a CloudExadataInfrastructure |
| delete | |
| get | Get a CloudExadataInfrastructure |
| list |
List CloudExadataInfrastructure resources by resource group |
| list |
List CloudExadataInfrastructure resources by subscription ID |
| update | Update a CloudExadataInfrastructure |
Property Details
addStorageCapacity
Perform add storage capacity on exadata infra
addStorageCapacity: (resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>
Property Value
(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>
configureExascale
Configures Exascale on Cloud exadata infrastructure resource
configureExascale: (resourceGroupName: string, cloudexadatainfrastructurename: string, body: ConfigureExascaleCloudExadataInfrastructureDetails, options?: CloudExadataInfrastructuresConfigureExascaleOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>
Property Value
(resourceGroupName: string, cloudexadatainfrastructurename: string, body: ConfigureExascaleCloudExadataInfrastructureDetails, options?: CloudExadataInfrastructuresConfigureExascaleOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>
createOrUpdate
Create a CloudExadataInfrastructure
createOrUpdate: (resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>
Property Value
(resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>
delete
delete: (resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a CloudExadataInfrastructure
get: (resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresGetOptionalParams) => Promise<CloudExadataInfrastructure>
Property Value
(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresGetOptionalParams) => Promise<CloudExadataInfrastructure>
listByResourceGroup
List CloudExadataInfrastructure resources by resource group
listByResourceGroup: (resourceGroupName: string, options?: CloudExadataInfrastructuresListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CloudExadataInfrastructure, CloudExadataInfrastructure[], PageSettings>
Property Value
(resourceGroupName: string, options?: CloudExadataInfrastructuresListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CloudExadataInfrastructure, CloudExadataInfrastructure[], PageSettings>
listBySubscription
List CloudExadataInfrastructure resources by subscription ID
listBySubscription: (options?: CloudExadataInfrastructuresListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CloudExadataInfrastructure, CloudExadataInfrastructure[], PageSettings>
Property Value
(options?: CloudExadataInfrastructuresListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CloudExadataInfrastructure, CloudExadataInfrastructure[], PageSettings>
update
Update a CloudExadataInfrastructure
update: (resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>
Property Value
(resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>