Share via


LinkedStorageAccountsResource Class

Definition

Linked storage accounts top level resource container.

[Microsoft.Rest.Serialization.JsonTransformation]
public class LinkedStorageAccountsResource : Microsoft.Azure.Management.OperationalInsights.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LinkedStorageAccountsResource = class
    inherit ProxyResource
Public Class LinkedStorageAccountsResource
Inherits ProxyResource
Inheritance
LinkedStorageAccountsResource
Attributes

Constructors

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.

Properties

DataSourceType

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

Id

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

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
StorageAccountIds

Gets or sets linked storage accounts resources ids.

Type

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

(Inherited from Resource)

Applies to