RemoteRenderingAccount Constructors

Definition

Overloads

RemoteRenderingAccount()

Initializes a new instance of the RemoteRenderingAccount class.

RemoteRenderingAccount(String, String, String, String, IDictionary<String,String>, String, String, String, Identity, Identity, Sku, Sku, SystemData)

Initializes a new instance of the RemoteRenderingAccount class.

RemoteRenderingAccount()

Initializes a new instance of the RemoteRenderingAccount class.

public RemoteRenderingAccount ();
Public Sub New ()

Applies to

RemoteRenderingAccount(String, String, String, String, IDictionary<String,String>, String, String, String, Identity, Identity, Sku, Sku, SystemData)

Initializes a new instance of the RemoteRenderingAccount class.

public RemoteRenderingAccount (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string storageAccountName = default, string accountId = default, string accountDomain = default, Microsoft.Azure.Management.MixedReality.Models.Identity identity = default, Microsoft.Azure.Management.MixedReality.Models.Identity plan = default, Microsoft.Azure.Management.MixedReality.Models.Sku sku = default, Microsoft.Azure.Management.MixedReality.Models.Sku kind = default, Microsoft.Azure.Management.MixedReality.Models.SystemData systemData = default);
new Microsoft.Azure.Management.MixedReality.Models.RemoteRenderingAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * Microsoft.Azure.Management.MixedReality.Models.Identity * Microsoft.Azure.Management.MixedReality.Models.Identity * Microsoft.Azure.Management.MixedReality.Models.Sku * Microsoft.Azure.Management.MixedReality.Models.Sku * Microsoft.Azure.Management.MixedReality.Models.SystemData -> Microsoft.Azure.Management.MixedReality.Models.RemoteRenderingAccount
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional storageAccountName As String = Nothing, Optional accountId As String = Nothing, Optional accountDomain As String = Nothing, Optional identity As Identity = Nothing, Optional plan As Identity = Nothing, Optional sku As Sku = Nothing, Optional kind As Sku = Nothing, Optional systemData As SystemData = Nothing)

Parameters

location
String

The geo-location where the resource lives

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

tags
IDictionary<String,String>

Resource tags.

storageAccountName
String

The name of the storage account associated with this accountId

accountId
String

unique id of certain account.

accountDomain
String

Correspond domain name of certain Spatial Anchors Account

identity
Identity

The identity associated with this account

plan
Identity

The plan associated with this account

sku
Sku

The sku associated with this account

kind
Sku

The kind of account, if supported

systemData
SystemData

System metadata for this account

Applies to