CapacitiesOperationsExtensions.PatchWorkloadAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public static System.Threading.Tasks.Task PatchWorkloadAsync (this Microsoft.PowerBI.Api.ICapacitiesOperations operations, Guid capacityId, string workloadName, Microsoft.PowerBI.Api.Models.PatchWorkloadRequest workload, System.Threading.CancellationToken cancellationToken = default);
static member PatchWorkloadAsync : Microsoft.PowerBI.Api.ICapacitiesOperations * Guid * string * Microsoft.PowerBI.Api.Models.PatchWorkloadRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function PatchWorkloadAsync (operations As ICapacitiesOperations, capacityId As Guid, workloadName As String, workload As PatchWorkloadRequest, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- ICapacitiesOperations
- capacityId
- Guid
- workloadName
- String
- workload
- PatchWorkloadRequest
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET