Share via


IPrivateCloudsOperations Interface

Definition

PrivateCloudsOperations operations.

public interface IPrivateCloudsOperations
type IPrivateCloudsOperations = interface
Public Interface IPrivateCloudsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, PrivateCloud, Dictionary<String,List<String>>, CancellationToken)

Create or update a private cloud

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a private cloud

BeginRotateNsxtPasswordWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Rotate the NSX-T Manager password

BeginRotateVcenterPasswordWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Rotate the vCenter password

BeginUpdateWithHttpMessagesAsync(String, String, PrivateCloudUpdate, Dictionary<String,List<String>>, CancellationToken)

Update a private cloud

CreateOrUpdateWithHttpMessagesAsync(String, String, PrivateCloud, Dictionary<String,List<String>>, CancellationToken)

Create or update a private cloud

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a private cloud

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get a private cloud

ListAdminCredentialsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List the admin credentials for the private cloud

ListInSubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List private clouds in a subscription

ListInSubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List private clouds in a subscription

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List private clouds in a resource group

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List private clouds in a resource group

RotateNsxtPasswordWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Rotate the NSX-T Manager password

RotateVcenterPasswordWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Rotate the vCenter password

UpdateWithHttpMessagesAsync(String, String, PrivateCloudUpdate, Dictionary<String,List<String>>, CancellationToken)

Update a private cloud

Extension 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