WorkspaceCapacityAssignmentStatus Konstruktoren
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.
Überlädt
WorkspaceCapacityAssignmentStatus() | |
WorkspaceCapacityAssignmentStatus(AssignmentStatus, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, Nullable<Guid>) |
WorkspaceCapacityAssignmentStatus()
public WorkspaceCapacityAssignmentStatus ();
Public Sub New ()
Gilt für:
WorkspaceCapacityAssignmentStatus(AssignmentStatus, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, Nullable<Guid>)
public WorkspaceCapacityAssignmentStatus (Microsoft.PowerBI.Api.Models.AssignmentStatus status, DateTime? startTime = default, DateTime? endTime = default, Guid? capacityId = default, Guid? activityId = default);
new Microsoft.PowerBI.Api.Models.WorkspaceCapacityAssignmentStatus : Microsoft.PowerBI.Api.Models.AssignmentStatus * Nullable<DateTime> * Nullable<DateTime> * Nullable<Guid> * Nullable<Guid> -> Microsoft.PowerBI.Api.Models.WorkspaceCapacityAssignmentStatus
Public Sub New (status As AssignmentStatus, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional capacityId As Nullable(Of Guid) = Nothing, Optional activityId As Nullable(Of Guid) = Nothing)
Parameter
- status
- AssignmentStatus
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