Delen via


CloudExadataInfrastructures interface

Interface die een CloudExadataInfrastructures vertegenwoordigt.

Methoden

beginAddStorageCapacity(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)

Opslagcapaciteit toevoegen op exadata infra

beginAddStorageCapacityAndWait(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)

Opslagcapaciteit toevoegen op exadata infra

beginCreateOrUpdate(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)

Een CloudExadataInfrastructure maken

beginCreateOrUpdateAndWait(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)

Een CloudExadataInfrastructure maken

beginDelete(string, string, CloudExadataInfrastructuresDeleteOptionalParams)

Een CloudExadataInfrastructure verwijderen

beginDeleteAndWait(string, string, CloudExadataInfrastructuresDeleteOptionalParams)

Een CloudExadataInfrastructure verwijderen

beginUpdate(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)

Een CloudExadataInfrastructure bijwerken

beginUpdateAndWait(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)

Een CloudExadataInfrastructure bijwerken

get(string, string, CloudExadataInfrastructuresGetOptionalParams)

Een CloudExadataInfrastructure ophalen

listByResourceGroup(string, CloudExadataInfrastructuresListByResourceGroupOptionalParams)

CloudExadataInfrastructure-resources per resourcegroep weergeven

listBySubscription(CloudExadataInfrastructuresListBySubscriptionOptionalParams)

CloudExadataInfrastructure-resources weergeven op abonnements-id

Methodedetails

beginAddStorageCapacity(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)

Opslagcapaciteit toevoegen op exadata infra

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

Retouren

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

beginAddStorageCapacityAndWait(string, string, CloudExadataInfrastructuresAddStorageCapacityOptionalParams)

Opslagcapaciteit toevoegen op exadata infra

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

Retouren

beginCreateOrUpdate(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)

Een CloudExadataInfrastructure maken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

resource
CloudExadataInfrastructure

Parameters voor het maken van resources.

Retouren

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

beginCreateOrUpdateAndWait(string, string, CloudExadataInfrastructure, CloudExadataInfrastructuresCreateOrUpdateOptionalParams)

Een CloudExadataInfrastructure maken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

resource
CloudExadataInfrastructure

Parameters voor het maken van resources.

Retouren

beginDelete(string, string, CloudExadataInfrastructuresDeleteOptionalParams)

Een CloudExadataInfrastructure verwijderen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

Retouren

beginDeleteAndWait(string, string, CloudExadataInfrastructuresDeleteOptionalParams)

Een CloudExadataInfrastructure verwijderen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

Retouren

beginUpdate(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)

Een CloudExadataInfrastructure bijwerken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

properties
CloudExadataInfrastructureUpdate

De resource-eigenschappen die moeten worden bijgewerkt.

Retouren

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

beginUpdateAndWait(string, string, CloudExadataInfrastructureUpdate, CloudExadataInfrastructuresUpdateOptionalParams)

Een CloudExadataInfrastructure bijwerken

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

properties
CloudExadataInfrastructureUpdate

De resource-eigenschappen die moeten worden bijgewerkt.

Retouren

get(string, string, CloudExadataInfrastructuresGetOptionalParams)

Een CloudExadataInfrastructure ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

cloudexadatainfrastructurename

string

Naam van CloudExadataInfrastructure

options
CloudExadataInfrastructuresGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, CloudExadataInfrastructuresListByResourceGroupOptionalParams)

CloudExadataInfrastructure-resources per resourcegroep weergeven

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Retouren

listBySubscription(CloudExadataInfrastructuresListBySubscriptionOptionalParams)

CloudExadataInfrastructure-resources weergeven op abonnements-id

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

Parameters

Retouren