Share via


ComponentLinkedStorageAccountsPatch Constructors

Definition

Overloads

ComponentLinkedStorageAccountsPatch()

Initializes a new instance of the ComponentLinkedStorageAccountsPatch class.

ComponentLinkedStorageAccountsPatch(String)

Initializes a new instance of the ComponentLinkedStorageAccountsPatch class.

ComponentLinkedStorageAccountsPatch()

Initializes a new instance of the ComponentLinkedStorageAccountsPatch class.

public ComponentLinkedStorageAccountsPatch ();
Public Sub New ()

Applies to

ComponentLinkedStorageAccountsPatch(String)

Initializes a new instance of the ComponentLinkedStorageAccountsPatch class.

public ComponentLinkedStorageAccountsPatch (string linkedStorageAccount = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentLinkedStorageAccountsPatch : string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentLinkedStorageAccountsPatch
Public Sub New (Optional linkedStorageAccount As String = Nothing)

Parameters

linkedStorageAccount
String

Linked storage account resource ID

Applies to