次の方法で共有


Resource Constructors

Definition

Overloads

Resource()

Initializes a new instance of the Resource class.

Resource(String, ResourceSku, String, String, String, IDictionary<String,String>)

Initializes a new instance of the Resource class.

Resource()

Initializes a new instance of the Resource class.

public Resource ();
Public Sub New ()

Applies to

Resource(String, ResourceSku, String, String, String, IDictionary<String,String>)

Initializes a new instance of the Resource class.

public Resource (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);
new Microsoft.Azure.Management.PowerBIDedicated.Models.Resource : string * Microsoft.Azure.Management.PowerBIDedicated.Models.ResourceSku * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.PowerBIDedicated.Models.Resource
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)

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.

Applies to