Share via


ArmApplicationInsightsModelFactory.ComponentLinkedStorageAccountData Method

Definition

Initializes a new instance of ComponentLinkedStorageAccountData.

public static Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountData ComponentLinkedStorageAccountData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string linkedStorageAccount = default);
static member ComponentLinkedStorageAccountData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string -> Azure.ResourceManager.ApplicationInsights.ComponentLinkedStorageAccountData
Public Shared Function ComponentLinkedStorageAccountData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional linkedStorageAccount As String = Nothing) As ComponentLinkedStorageAccountData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

linkedStorageAccount
String

Linked storage account resource ID.

Returns

A new ComponentLinkedStorageAccountData instance for mocking.

Applies to