Share via


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.Analysis.Models.ResourceSku sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Analysis.Models.Resource : string * Microsoft.Azure.Management.Analysis.Models.ResourceSku * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Analysis.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 Analysis Services resource.

sku
ResourceSku

The SKU of the Analysis Services resource.

id
String

An identifier that represents the Analysis Services resource.

name
String

The name of the Analysis Services resource.

type
String

The type of the Analysis Services resource.

tags
IDictionary<String,String>

Key-value pairs of additional resource provisioning properties.

Applies to