Partager via


ManagedGrafanaCollection.CreateOrUpdateAsync Méthode

Définition

Créez ou mettez à jour un espace de travail pour une ressource Grafana. Cette API étant idempotente, l’utilisateur peut créer un grafana ou mettre à jour un grafana existant.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}
  • IdGrafana_Create d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Grafana.ManagedGrafanaResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string workspaceName, Azure.ResourceManager.Grafana.ManagedGrafanaData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Grafana.ManagedGrafanaData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Grafana.ManagedGrafanaResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Grafana.ManagedGrafanaData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Grafana.ManagedGrafanaResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, workspaceName As String, data As ManagedGrafanaData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ManagedGrafanaResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

workspaceName
String

Nom de l’espace de travail d’Azure Managed Grafana.

data
ManagedGrafanaData

ManagedGrafana à utiliser.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

workspaceName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

workspaceName ou data est null.

S’applique à