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

CloudExadataInfrastructuresOperations interface

表示 CloudExadataInfrastructures作的接口。

属性

addStorageCapacity

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

configureExascale

在云上配置 Exascale exadata 基础架构资源

createOrUpdate

创建 CloudExadataInfrastructure

delete
get

获取 CloudExadataInfrastructure

listByResourceGroup

按资源组列出 CloudExadataInfrastructure 资源

listBySubscription

按订阅 ID 列出 CloudExadataInfrastructure 资源

update

更新 CloudExadataInfrastructure

属性详细信息

addStorageCapacity

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

addStorageCapacity: (resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>

属性值

(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>

configureExascale

在云上配置 Exascale exadata 基础架构资源

configureExascale: (resourceGroupName: string, cloudexadatainfrastructurename: string, body: ConfigureExascaleCloudExadataInfrastructureDetails, options?: CloudExadataInfrastructuresConfigureExascaleOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>

属性值

(resourceGroupName: string, cloudexadatainfrastructurename: string, body: ConfigureExascaleCloudExadataInfrastructureDetails, options?: CloudExadataInfrastructuresConfigureExascaleOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>

createOrUpdate

创建 CloudExadataInfrastructure

createOrUpdate: (resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>

属性值

(resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>

delete

delete: (resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams) => PollerLike<OperationState<void>, void>

属性值

(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

获取 CloudExadataInfrastructure

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

属性值

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

listByResourceGroup

按资源组列出 CloudExadataInfrastructure 资源

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

属性值

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

listBySubscription

按订阅 ID 列出 CloudExadataInfrastructure 资源

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

属性值

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

update

更新 CloudExadataInfrastructure

update: (resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>

属性值

(resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams) => PollerLike<OperationState<CloudExadataInfrastructure>, CloudExadataInfrastructure>