ComponentLinkedStorageAccounts Constructors

Definition

Overloads

ComponentLinkedStorageAccounts()

Initializes a new instance of the ComponentLinkedStorageAccounts class.

ComponentLinkedStorageAccounts(String, String, String, String)

Initializes a new instance of the ComponentLinkedStorageAccounts class.

ComponentLinkedStorageAccounts()

Initializes a new instance of the ComponentLinkedStorageAccounts class.

public ComponentLinkedStorageAccounts ();
Public Sub New ()

Applies to

ComponentLinkedStorageAccounts(String, String, String, String)

Initializes a new instance of the ComponentLinkedStorageAccounts class.

public ComponentLinkedStorageAccounts (string id = default, string name = default, string type = default, string linkedStorageAccount = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentLinkedStorageAccounts : string * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentLinkedStorageAccounts
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional linkedStorageAccount As String = Nothing)

Parameters

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. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

linkedStorageAccount
String

Linked storage account resource ID

Applies to