PrivateCloudsOperationsExtensions Class

Definition

Extension methods for PrivateCloudsOperations.

public static class PrivateCloudsOperationsExtensions
type PrivateCloudsOperationsExtensions = class
Public Module PrivateCloudsOperationsExtensions
Inheritance
PrivateCloudsOperationsExtensions

Methods

BeginCreateOrUpdate(IPrivateCloudsOperations, String, String, PrivateCloud)

Create or update a private cloud

BeginCreateOrUpdateAsync(IPrivateCloudsOperations, String, String, PrivateCloud, CancellationToken)

Create or update a private cloud

BeginDelete(IPrivateCloudsOperations, String, String)

Delete a private cloud

BeginDeleteAsync(IPrivateCloudsOperations, String, String, CancellationToken)

Delete a private cloud

BeginRotateNsxtPassword(IPrivateCloudsOperations, String, String)

Rotate the NSX-T Manager password

BeginRotateNsxtPasswordAsync(IPrivateCloudsOperations, String, String, CancellationToken)

Rotate the NSX-T Manager password

BeginRotateVcenterPassword(IPrivateCloudsOperations, String, String)

Rotate the vCenter password

BeginRotateVcenterPasswordAsync(IPrivateCloudsOperations, String, String, CancellationToken)

Rotate the vCenter password

BeginUpdate(IPrivateCloudsOperations, String, String, PrivateCloudUpdate)

Update a private cloud

BeginUpdateAsync(IPrivateCloudsOperations, String, String, PrivateCloudUpdate, CancellationToken)

Update a private cloud

CreateOrUpdate(IPrivateCloudsOperations, String, String, PrivateCloud)

Create or update a private cloud

CreateOrUpdateAsync(IPrivateCloudsOperations, String, String, PrivateCloud, CancellationToken)

Create or update a private cloud

Delete(IPrivateCloudsOperations, String, String)

Delete a private cloud

DeleteAsync(IPrivateCloudsOperations, String, String, CancellationToken)

Delete a private cloud

Get(IPrivateCloudsOperations, String, String)

Get a private cloud

GetAsync(IPrivateCloudsOperations, String, String, CancellationToken)

Get a private cloud

List(IPrivateCloudsOperations, String)

List private clouds in a resource group

ListAdminCredentials(IPrivateCloudsOperations, String, String)

List the admin credentials for the private cloud

ListAdminCredentialsAsync(IPrivateCloudsOperations, String, String, CancellationToken)

List the admin credentials for the private cloud

ListAsync(IPrivateCloudsOperations, String, CancellationToken)

List private clouds in a resource group

ListInSubscription(IPrivateCloudsOperations)

List private clouds in a subscription

ListInSubscriptionAsync(IPrivateCloudsOperations, CancellationToken)

List private clouds in a subscription

ListInSubscriptionNext(IPrivateCloudsOperations, String)

List private clouds in a subscription

ListInSubscriptionNextAsync(IPrivateCloudsOperations, String, CancellationToken)

List private clouds in a subscription

ListNext(IPrivateCloudsOperations, String)

List private clouds in a resource group

ListNextAsync(IPrivateCloudsOperations, String, CancellationToken)

List private clouds in a resource group

RotateNsxtPassword(IPrivateCloudsOperations, String, String)

Rotate the NSX-T Manager password

RotateNsxtPasswordAsync(IPrivateCloudsOperations, String, String, CancellationToken)

Rotate the NSX-T Manager password

RotateVcenterPassword(IPrivateCloudsOperations, String, String)

Rotate the vCenter password

RotateVcenterPasswordAsync(IPrivateCloudsOperations, String, String, CancellationToken)

Rotate the vCenter password

Update(IPrivateCloudsOperations, String, String, PrivateCloudUpdate)

Update a private cloud

UpdateAsync(IPrivateCloudsOperations, String, String, PrivateCloudUpdate, CancellationToken)

Update a private cloud

Applies to