ArmPowerBIDedicatedModelFactory.PowerBIDedicatedResourceData Method

Definition

Initializes a new instance of PowerBIDedicatedResourceData.

public static Azure.ResourceManager.PowerBIDedicated.Models.PowerBIDedicatedResourceData PowerBIDedicatedResourceData (string id = default, string name = default, string resourceType = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.PowerBIDedicated.Models.SystemData systemData = default);
static member PowerBIDedicatedResourceData : string * string * string * Azure.Core.AzureLocation * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.PowerBIDedicated.Models.SystemData -> Azure.ResourceManager.PowerBIDedicated.Models.PowerBIDedicatedResourceData
Public Shared Function PowerBIDedicatedResourceData (Optional id As String = Nothing, Optional name As String = Nothing, Optional resourceType As String = Nothing, Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing) As PowerBIDedicatedResourceData

Parameters

id
String

An identifier that represents the PowerBI Dedicated resource.

name
String

The name of the PowerBI Dedicated resource.

resourceType
String

The type of the PowerBI Dedicated resource.

location
AzureLocation

Location of the PowerBI Dedicated resource.

tags
IDictionary<String,String>

Key-value pairs of additional resource provisioning properties.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

Returns

A new PowerBIDedicatedResourceData instance for mocking.

Applies to