共用方式為


LinkedStorageAccountsResource Constructors

Definition

Overloads

LinkedStorageAccountsResource()

Initializes a new instance of the LinkedStorageAccountsResource class.

LinkedStorageAccountsResource(String, String, String, Nullable<DataSourceType>, IList<String>)

Initializes a new instance of the LinkedStorageAccountsResource class.

LinkedStorageAccountsResource()

Initializes a new instance of the LinkedStorageAccountsResource class.

public LinkedStorageAccountsResource ();
Public Sub New ()

Applies to

LinkedStorageAccountsResource(String, String, String, Nullable<DataSourceType>, IList<String>)

Initializes a new instance of the LinkedStorageAccountsResource class.

public LinkedStorageAccountsResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.OperationalInsights.Models.DataSourceType? dataSourceType = default, System.Collections.Generic.IList<string> storageAccountIds = default);
new Microsoft.Azure.Management.OperationalInsights.Models.LinkedStorageAccountsResource : string * string * string * Nullable<Microsoft.Azure.Management.OperationalInsights.Models.DataSourceType> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.OperationalInsights.Models.LinkedStorageAccountsResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional dataSourceType As Nullable(Of DataSourceType) = Nothing, Optional storageAccountIds As IList(Of 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. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

dataSourceType
Nullable<DataSourceType>

Linked storage accounts type. Possible values include: 'CustomLogs', 'AzureWatson', 'Query', 'Alerts'

storageAccountIds
IList<String>

Linked storage accounts resources ids.

Applies to