Capacity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- state
- CapacityState
- capacityUserAccessRight
- CapacityUserAccessRight
- displayName
- String
- sku
- String
- region
- String
- tenantKey
- TenantKey
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET