次の方法で共有


DedicatedCapacity Constructors

Definition

Overloads

DedicatedCapacity()

Initializes a new instance of the DedicatedCapacity class.

DedicatedCapacity(String, ResourceSku, String, String, String, IDictionary<String,String>, String, String, DedicatedCapacityAdministrators)

Initializes a new instance of the DedicatedCapacity class.

DedicatedCapacity()

Initializes a new instance of the DedicatedCapacity class.

public DedicatedCapacity ();
Public Sub New ()

Applies to

DedicatedCapacity(String, ResourceSku, String, String, String, IDictionary<String,String>, String, String, DedicatedCapacityAdministrators)

Initializes a new instance of the DedicatedCapacity class.

public DedicatedCapacity (string location, Microsoft.Azure.Management.PowerBIDedicated.Models.ResourceSku sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string state = default, string provisioningState = default, Microsoft.Azure.Management.PowerBIDedicated.Models.DedicatedCapacityAdministrators administration = default);
new Microsoft.Azure.Management.PowerBIDedicated.Models.DedicatedCapacity : string * Microsoft.Azure.Management.PowerBIDedicated.Models.ResourceSku * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * Microsoft.Azure.Management.PowerBIDedicated.Models.DedicatedCapacityAdministrators -> Microsoft.Azure.Management.PowerBIDedicated.Models.DedicatedCapacity
Public Sub New (location As String, sku As ResourceSku, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional state As String = Nothing, Optional provisioningState As String = Nothing, Optional administration As DedicatedCapacityAdministrators = Nothing)

Parameters

location
String

Location of the PowerBI Dedicated resource.

sku
ResourceSku

The SKU of the PowerBI Dedicated resource.

id
String

An identifier that represents the PowerBI Dedicated resource.

name
String

The name of the PowerBI Dedicated resource.

type
String

The type of the PowerBI Dedicated resource.

tags
IDictionary<String,String>

Key-value pairs of additional resource provisioning properties.

state
String

The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing', 'Resuming', 'Preparing', 'Scaling'

provisioningState
String

The current deployment state of PowerBI Dedicatedresource. The provisioningState is to indicate states for resource provisioning. Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused', 'Suspended', 'Provisioning', 'Updating', 'Suspending', 'Pausing', 'Resuming', 'Preparing', 'Scaling'

administration
DedicatedCapacityAdministrators

A collection of Dedicated capacity administrators

Applies to