你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudExadataInfrastructures interface

表示 CloudExadataInfrastructures 的接口。

方法

beginAddStorageCapacity(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)

在 exadata 基础结构上执行添加存储容量

beginAddStorageCapacityAndWait(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)

在 exadata 基础结构上执行添加存储容量

beginCreateOrUpdate(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)

创建 CloudExadataInfrastructure

beginCreateOrUpdateAndWait(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)

创建 CloudExadataInfrastructure

beginDelete(string, string, CloudExadataInfrastructuresDeleteOptionalParams)

删除 CloudExadataInfrastructure

beginDeleteAndWait(string, string, CloudExadataInfrastructuresDeleteOptionalParams)

删除 CloudExadataInfrastructure

beginUpdate(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)

更新 CloudExadataInfrastructure

beginUpdateAndWait(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)

更新 CloudExadataInfrastructure

get(string, string, CloudExadataInfrastructuresGetOptionalParams)

获取 CloudExadataInfrastructure

listByResourceGroup(string, CloudExadataInfrastructuresListByResourceGroupOptionalParams)

按资源组列出 CloudExadataInfrastructure 资源

listBySubscription(CloudExadataInfrastructuresListBySubscriptionOptionalParams)

按订阅 ID 列出 CloudExadataInfrastructure 资源

方法详细信息

beginAddStorageCapacity(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)

在 exadata 基础结构上执行添加存储容量

function beginAddStorageCapacity(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>

beginAddStorageCapacityAndWait(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)

在 exadata 基础结构上执行添加存储容量

function beginAddStorageCapacityAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams): Promise<CloudExadataInfrastructure>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

返回

beginCreateOrUpdate(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)

创建 CloudExadataInfrastructure

function beginCreateOrUpdate(resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

resource
CloudExadataInfrastructure

资源创建参数。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>

beginCreateOrUpdateAndWait(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)

创建 CloudExadataInfrastructure

function beginCreateOrUpdateAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams): Promise<CloudExadataInfrastructure>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

resource
CloudExadataInfrastructure

资源创建参数。

返回

beginDelete(string, string, CloudExadataInfrastructuresDeleteOptionalParams)

删除 CloudExadataInfrastructure

function beginDelete(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructuresDeleteHeaders>, CloudExadataInfrastructuresDeleteHeaders>>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

返回

beginDeleteAndWait(string, string, CloudExadataInfrastructuresDeleteOptionalParams)

删除 CloudExadataInfrastructure

function beginDeleteAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams): Promise<CloudExadataInfrastructuresDeleteHeaders>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

返回

beginUpdate(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)

更新 CloudExadataInfrastructure

function beginUpdate(resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

properties
CloudExadataInfrastructureUpdate

要更新的资源属性。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>>

beginUpdateAndWait(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)

更新 CloudExadataInfrastructure

function beginUpdateAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams): Promise<CloudExadataInfrastructure>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

properties
CloudExadataInfrastructureUpdate

要更新的资源属性。

返回

get(string, string, CloudExadataInfrastructuresGetOptionalParams)

获取 CloudExadataInfrastructure

function get(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresGetOptionalParams): Promise<CloudExadataInfrastructure>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

cloudexadatainfrastructurename

string

CloudExadataInfrastructure 名称

返回

listByResourceGroup(string, CloudExadataInfrastructuresListByResourceGroupOptionalParams)

按资源组列出 CloudExadataInfrastructure 资源

function listByResourceGroup(resourceGroupName: string, options?: CloudExadataInfrastructuresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CloudExadataInfrastructure, CloudExadataInfrastructure[], PageSettings>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

返回

listBySubscription(CloudExadataInfrastructuresListBySubscriptionOptionalParams)

按订阅 ID 列出 CloudExadataInfrastructure 资源

function listBySubscription(options?: CloudExadataInfrastructuresListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudExadataInfrastructure, CloudExadataInfrastructure[], PageSettings>

参数

返回