Workload Constructors

Definition

Overloads

Workload()
Workload(WorkloadState, String, Nullable<Int32>)

Workload()

public Workload ();
Public Sub New ()

Applies to

Workload(WorkloadState, String, Nullable<Int32>)

public Workload (Microsoft.PowerBI.Api.Models.WorkloadState state, string name = default, int? maxMemoryPercentageSetByUser = default);
new Microsoft.PowerBI.Api.Models.Workload : Microsoft.PowerBI.Api.Models.WorkloadState * string * Nullable<int> -> Microsoft.PowerBI.Api.Models.Workload
Public Sub New (state As WorkloadState, Optional name As String = Nothing, Optional maxMemoryPercentageSetByUser As Nullable(Of Integer) = Nothing)

Parameters

name
String
maxMemoryPercentageSetByUser
Nullable<Int32>

Applies to