Capacity Constructors

Definition

Overloads

Capacity()
Capacity(Guid, CapacityState, CapacityUserAccessRight, String, IList<String>, String, String, Nullable<Guid>, TenantKey)

Capacity()

public Capacity ();
Public Sub New ()

Applies to

Capacity(Guid, CapacityState, CapacityUserAccessRight, String, IList<String>, String, String, Nullable<Guid>, TenantKey)

public Capacity (Guid id, Microsoft.PowerBI.Api.Models.CapacityState state, Microsoft.PowerBI.Api.Models.CapacityUserAccessRight capacityUserAccessRight, string displayName = default, System.Collections.Generic.IList<string> admins = default, string sku = default, string region = default, Guid? tenantKeyId = default, Microsoft.PowerBI.Api.Models.TenantKey tenantKey = default);
new Microsoft.PowerBI.Api.Models.Capacity : Guid * Microsoft.PowerBI.Api.Models.CapacityState * Microsoft.PowerBI.Api.Models.CapacityUserAccessRight * string * System.Collections.Generic.IList<string> * string * string * Nullable<Guid> * Microsoft.PowerBI.Api.Models.TenantKey -> Microsoft.PowerBI.Api.Models.Capacity
Public Sub New (id As Guid, state As CapacityState, capacityUserAccessRight As CapacityUserAccessRight, Optional displayName As String = Nothing, Optional admins As IList(Of String) = Nothing, Optional sku As String = Nothing, Optional region As String = Nothing, Optional tenantKeyId As Nullable(Of Guid) = Nothing, Optional tenantKey As TenantKey = Nothing)

Parameters

id
Guid
capacityUserAccessRight
CapacityUserAccessRight
displayName
String
admins
IList<String>
sku
String
region
String
tenantKeyId
Nullable<Guid>
tenantKey
TenantKey

Applies to