CloudExadataInfrastructures interface
Interface representing a CloudExadataInfrastructures.
Methods
Method Details
beginAddStorageCapacity(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)
Perform add storage capacity on exadata infra
function beginAddStorageCapacity(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>
beginAddStorageCapacityAndWait(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)
Perform add storage capacity on exadata infra
function beginAddStorageCapacityAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams): Promise<CloudExadataInfrastructure>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
The options parameters.
Returns
Promise<CloudExadataInfrastructure>
beginCreateOrUpdate(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)
Create a CloudExadataInfrastructure
function beginCreateOrUpdate(resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
- resource
- CloudExadataInfrastructure
Resource create parameters.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>
beginCreateOrUpdateAndWait(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)
Create a CloudExadataInfrastructure
function beginCreateOrUpdateAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams): Promise<CloudExadataInfrastructure>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
- resource
- CloudExadataInfrastructure
Resource create parameters.
The options parameters.
Returns
Promise<CloudExadataInfrastructure>
beginDelete(string, string, CloudExadataInfrastructuresDeleteOptionalParams)
Delete a CloudExadataInfrastructure
function beginDelete(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructuresDeleteHeaders>, CloudExadataInfrastructuresDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudExadataInfrastructuresDeleteHeaders>, CloudExadataInfrastructuresDeleteHeaders>>
beginDeleteAndWait(string, string, CloudExadataInfrastructuresDeleteOptionalParams)
Delete a CloudExadataInfrastructure
function beginDeleteAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams): Promise<CloudExadataInfrastructuresDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
The options parameters.
Returns
beginUpdate(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)
Update a CloudExadataInfrastructure
function beginUpdate(resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
- properties
- CloudExadataInfrastructureUpdate
The resource properties to be updated.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>
beginUpdateAndWait(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)
Update a CloudExadataInfrastructure
function beginUpdateAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams): Promise<CloudExadataInfrastructure>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
- properties
- CloudExadataInfrastructureUpdate
The resource properties to be updated.
The options parameters.
Returns
Promise<CloudExadataInfrastructure>
get(string, string, CloudExadataInfrastructuresGetOptionalParams)
Get a CloudExadataInfrastructure
function get(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresGetOptionalParams): Promise<CloudExadataInfrastructure>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
The options parameters.
Returns
Promise<CloudExadataInfrastructure>
listByResourceGroup(string, CloudExadataInfrastructuresListByResourceGroupOptionalParams)
List CloudExadataInfrastructure resources by resource group
function listByResourceGroup(resourceGroupName: string, options?: CloudExadataInfrastructuresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CloudExadataInfrastructure, CloudExadataInfrastructure[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
The options parameters.
Returns
listBySubscription(CloudExadataInfrastructuresListBySubscriptionOptionalParams)
List CloudExadataInfrastructure resources by subscription ID
function listBySubscription(options?: CloudExadataInfrastructuresListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudExadataInfrastructure, CloudExadataInfrastructure[], PageSettings>
Parameters
The options parameters.