Delen via


ClustersOperationsExtensions.BeginCreateOrUpdate Methode

Definitie

Een cluster maken of bijwerken in een privécloud

public static Microsoft.Azure.Management.Avs.Models.Cluster BeginCreateOrUpdate (this Microsoft.Azure.Management.Avs.IClustersOperations operations, string resourceGroupName, string privateCloudName, string clusterName, Microsoft.Azure.Management.Avs.Models.Cluster cluster);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Avs.IClustersOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.Cluster -> Microsoft.Azure.Management.Avs.Models.Cluster
<Extension()>
Public Function BeginCreateOrUpdate (operations As IClustersOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, cluster As Cluster) As Cluster

Parameters

operations
IClustersOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

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

privateCloudName
String

De naam van de privécloud.

clusterName
String

Naam van het cluster in de privécloud

cluster
Cluster

Een cluster in de privécloud

Retouren

Van toepassing op