Capacity Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Capacity() | |
Capacity(Guid, CapacityState, CapacityUserAccessRight, String, IList<String>, String, String, Nullable<Guid>, TenantKey) |
Capacity()
public Capacity ();
Public Sub New ()
S’applique à
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)
Paramètres
- id
- Guid
- state
- CapacityState
- capacityUserAccessRight
- CapacityUserAccessRight
- displayName
- String
- sku
- String
- region
- String
- tenantKey
- TenantKey
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET