Compartir a través de


ClustersOperationsExtensions.CreateOrUpdate Método

Definición

Cree o actualice un clúster de Log Analytics.

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

Parámetros

operations
IClustersOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

clusterName
String

Nombre del clúster de Log Analytics.

parameters
Cluster

Los parámetros necesarios para crear o actualizar un clúster de Log Analytics.

Devoluciones

Se aplica a