Capacity Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Capacity() | |
Capacity(Guid, CapacityState, CapacityUserAccessRight, String, IList<String>, String, String, Nullable<Guid>, TenantKey) |
Capacity()
public Capacity ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- id
- Guid
- state
- CapacityState
- capacityUserAccessRight
- CapacityUserAccessRight
- displayName
- String
- sku
- String
- region
- String
- tenantKey
- TenantKey
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET