Delen via


CloudServices interface

Interface die een CloudServices vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, CloudServicesCreateOrUpdateOptionalParams)

Een cloudservice maken of bijwerken. Houd er rekening mee dat sommige eigenschappen alleen kunnen worden ingesteld tijdens het maken van de cloudservice.

beginCreateOrUpdateAndWait(string, string, CloudServicesCreateOrUpdateOptionalParams)

Een cloudservice maken of bijwerken. Houd er rekening mee dat sommige eigenschappen alleen kunnen worden ingesteld tijdens het maken van de cloudservice.

beginDelete(string, string, CloudServicesDeleteOptionalParams)

Hiermee verwijdert u een cloudservice.

beginDeleteAndWait(string, string, CloudServicesDeleteOptionalParams)

Hiermee verwijdert u een cloudservice.

beginDeleteInstances(string, string, CloudServicesDeleteInstancesOptionalParams)

Hiermee verwijdert u rolinstanties in een cloudservice.

beginDeleteInstancesAndWait(string, string, CloudServicesDeleteInstancesOptionalParams)

Hiermee verwijdert u rolinstanties in een cloudservice.

beginPowerOff(string, string, CloudServicesPowerOffOptionalParams)

Schakel de cloudservice uit. Houd er rekening mee dat er nog steeds resources zijn gekoppeld en dat er kosten in rekening worden gebracht voor de resources.

beginPowerOffAndWait(string, string, CloudServicesPowerOffOptionalParams)

Schakel de cloudservice uit. Houd er rekening mee dat er nog steeds resources zijn gekoppeld en dat er kosten in rekening worden gebracht voor de resources.

beginRebuild(string, string, CloudServicesRebuildOptionalParams)

Rolinstanties herbouwen installeert het besturingssysteem opnieuw op exemplaren van webrollen of werkrollen en initialiseert de opslagbronnen die door hen worden gebruikt. Als u geen opslagresources wilt initialiseren, kunt u reimage-rolinstanties gebruiken.

beginRebuildAndWait(string, string, CloudServicesRebuildOptionalParams)

Rolinstanties herbouwen installeert het besturingssysteem opnieuw op exemplaren van webrollen of werkrollen en initialiseert de opslagbronnen die door hen worden gebruikt. Als u geen opslagresources wilt initialiseren, kunt u reimage-rolinstanties gebruiken.

beginReimage(string, string, CloudServicesReimageOptionalParams)

Met een nieuwe installatiekopie van asynchrone bewerking wordt het besturingssysteem opnieuw geïnstalleerd op exemplaren van webrollen of werkrollen.

beginReimageAndWait(string, string, CloudServicesReimageOptionalParams)

Met een nieuwe installatiekopie van asynchrone bewerking wordt het besturingssysteem opnieuw geïnstalleerd op exemplaren van webrollen of werkrollen.

beginRestart(string, string, CloudServicesRestartOptionalParams)

Start een of meer rolinstanties opnieuw op in een cloudservice.

beginRestartAndWait(string, string, CloudServicesRestartOptionalParams)

Start een of meer rolinstanties opnieuw op in een cloudservice.

beginStart(string, string, CloudServicesStartOptionalParams)

Start de cloudservice.

beginStartAndWait(string, string, CloudServicesStartOptionalParams)

Start de cloudservice.

beginUpdate(string, string, CloudServicesUpdateOptionalParams)

Een cloudservice bijwerken.

beginUpdateAndWait(string, string, CloudServicesUpdateOptionalParams)

Een cloudservice bijwerken.

get(string, string, CloudServicesGetOptionalParams)

Informatie weergeven over een cloudservice.

getInstanceView(string, string, CloudServicesGetInstanceViewOptionalParams)

Hiermee haalt u de status van een cloudservice op.

list(string, CloudServicesListOptionalParams)

Hiermee haalt u een lijst op met alle cloudservices onder een resourcegroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Cloud Services op te halen. Doe dit tot nextLink null is om alle cloudservices op te halen.

listAll(CloudServicesListAllOptionalParams)

Hiermee haalt u een lijst op met alle cloudservices in het abonnement, ongeacht de bijbehorende resourcegroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Cloud Services op te halen. Doe dit tot nextLink null is om alle cloudservices op te halen.

Methodedetails

beginCreateOrUpdate(string, string, CloudServicesCreateOrUpdateOptionalParams)

Een cloudservice maken of bijwerken. Houd er rekening mee dat sommige eigenschappen alleen kunnen worden ingesteld tijdens het maken van de cloudservice.

function beginCreateOrUpdate(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudService>, CloudService>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

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

beginCreateOrUpdateAndWait(string, string, CloudServicesCreateOrUpdateOptionalParams)

Een cloudservice maken of bijwerken. Houd er rekening mee dat sommige eigenschappen alleen kunnen worden ingesteld tijdens het maken van de cloudservice.

function beginCreateOrUpdateAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesCreateOrUpdateOptionalParams): Promise<CloudService>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<CloudService>

beginDelete(string, string, CloudServicesDeleteOptionalParams)

Hiermee verwijdert u een cloudservice.

function beginDelete(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, CloudServicesDeleteOptionalParams)

Hiermee verwijdert u een cloudservice.

function beginDeleteAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginDeleteInstances(string, string, CloudServicesDeleteInstancesOptionalParams)

Hiermee verwijdert u rolinstanties in een cloudservice.

function beginDeleteInstances(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesDeleteInstancesOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesDeleteInstancesOptionalParams

De optiesparameters.

Retouren

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

beginDeleteInstancesAndWait(string, string, CloudServicesDeleteInstancesOptionalParams)

Hiermee verwijdert u rolinstanties in een cloudservice.

function beginDeleteInstancesAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesDeleteInstancesOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesDeleteInstancesOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginPowerOff(string, string, CloudServicesPowerOffOptionalParams)

Schakel de cloudservice uit. Houd er rekening mee dat er nog steeds resources zijn gekoppeld en dat er kosten in rekening worden gebracht voor de resources.

function beginPowerOff(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesPowerOffOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesPowerOffOptionalParams

De optiesparameters.

Retouren

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

beginPowerOffAndWait(string, string, CloudServicesPowerOffOptionalParams)

Schakel de cloudservice uit. Houd er rekening mee dat er nog steeds resources zijn gekoppeld en dat er kosten in rekening worden gebracht voor de resources.

function beginPowerOffAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesPowerOffOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesPowerOffOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginRebuild(string, string, CloudServicesRebuildOptionalParams)

Rolinstanties herbouwen installeert het besturingssysteem opnieuw op exemplaren van webrollen of werkrollen en initialiseert de opslagbronnen die door hen worden gebruikt. Als u geen opslagresources wilt initialiseren, kunt u reimage-rolinstanties gebruiken.

function beginRebuild(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesRebuildOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesRebuildOptionalParams

De optiesparameters.

Retouren

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

beginRebuildAndWait(string, string, CloudServicesRebuildOptionalParams)

Rolinstanties herbouwen installeert het besturingssysteem opnieuw op exemplaren van webrollen of werkrollen en initialiseert de opslagbronnen die door hen worden gebruikt. Als u geen opslagresources wilt initialiseren, kunt u reimage-rolinstanties gebruiken.

function beginRebuildAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesRebuildOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesRebuildOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginReimage(string, string, CloudServicesReimageOptionalParams)

Met een nieuwe installatiekopie van asynchrone bewerking wordt het besturingssysteem opnieuw geïnstalleerd op exemplaren van webrollen of werkrollen.

function beginReimage(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesReimageOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesReimageOptionalParams

De optiesparameters.

Retouren

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

beginReimageAndWait(string, string, CloudServicesReimageOptionalParams)

Met een nieuwe installatiekopie van asynchrone bewerking wordt het besturingssysteem opnieuw geïnstalleerd op exemplaren van webrollen of werkrollen.

function beginReimageAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesReimageOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesReimageOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginRestart(string, string, CloudServicesRestartOptionalParams)

Start een of meer rolinstanties opnieuw op in een cloudservice.

function beginRestart(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesRestartOptionalParams

De optiesparameters.

Retouren

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

beginRestartAndWait(string, string, CloudServicesRestartOptionalParams)

Start een of meer rolinstanties opnieuw op in een cloudservice.

function beginRestartAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesRestartOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesRestartOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginStart(string, string, CloudServicesStartOptionalParams)

Start de cloudservice.

function beginStart(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesStartOptionalParams

De optiesparameters.

Retouren

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

beginStartAndWait(string, string, CloudServicesStartOptionalParams)

Start de cloudservice.

function beginStartAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesStartOptionalParams): Promise<void>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesStartOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginUpdate(string, string, CloudServicesUpdateOptionalParams)

Een cloudservice bijwerken.

function beginUpdate(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudService>, CloudService>>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, CloudServicesUpdateOptionalParams)

Een cloudservice bijwerken.

function beginUpdateAndWait(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesUpdateOptionalParams): Promise<CloudService>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<CloudService>

get(string, string, CloudServicesGetOptionalParams)

Informatie weergeven over een cloudservice.

function get(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesGetOptionalParams): Promise<CloudService>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesGetOptionalParams

De optiesparameters.

Retouren

Promise<CloudService>

getInstanceView(string, string, CloudServicesGetInstanceViewOptionalParams)

Hiermee haalt u de status van een cloudservice op.

function getInstanceView(resourceGroupName: string, cloudServiceName: string, options?: CloudServicesGetInstanceViewOptionalParams): Promise<CloudServiceInstanceView>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

cloudServiceName

string

Naam van de cloudservice.

options
CloudServicesGetInstanceViewOptionalParams

De optiesparameters.

Retouren

list(string, CloudServicesListOptionalParams)

Hiermee haalt u een lijst op met alle cloudservices onder een resourcegroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Cloud Services op te halen. Doe dit tot nextLink null is om alle cloudservices op te halen.

function list(resourceGroupName: string, options?: CloudServicesListOptionalParams): PagedAsyncIterableIterator<CloudService, CloudService[], PageSettings>

Parameters

resourceGroupName

string

Naam van de resourcegroep.

options
CloudServicesListOptionalParams

De optiesparameters.

Retouren

listAll(CloudServicesListAllOptionalParams)

Hiermee haalt u een lijst op met alle cloudservices in het abonnement, ongeacht de bijbehorende resourcegroep. Gebruik de eigenschap nextLink in het antwoord om de volgende pagina van Cloud Services op te halen. Doe dit tot nextLink null is om alle cloudservices op te halen.

function listAll(options?: CloudServicesListAllOptionalParams): PagedAsyncIterableIterator<CloudService, CloudService[], PageSettings>

Parameters

options
CloudServicesListAllOptionalParams

De optiesparameters.

Retouren