azure-native.operationalinsights.getLinkedStorageAccount
Explore with Pulumi AI
Gets all linked storage account of a specific data source type associated with the specified workspace.
Uses Azure REST API version 2023-09-01.
Other available API versions: 2019-08-01-preview, 2020-03-01-preview, 2020-08-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native operationalinsights [ApiVersion]
. See the version guide for details.
Using getLinkedStorageAccount
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLinkedStorageAccount(args: GetLinkedStorageAccountArgs, opts?: InvokeOptions): Promise<GetLinkedStorageAccountResult>
function getLinkedStorageAccountOutput(args: GetLinkedStorageAccountOutputArgs, opts?: InvokeOptions): Output<GetLinkedStorageAccountResult>
def get_linked_storage_account(data_source_type: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLinkedStorageAccountResult
def get_linked_storage_account_output(data_source_type: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLinkedStorageAccountResult]
func LookupLinkedStorageAccount(ctx *Context, args *LookupLinkedStorageAccountArgs, opts ...InvokeOption) (*LookupLinkedStorageAccountResult, error)
func LookupLinkedStorageAccountOutput(ctx *Context, args *LookupLinkedStorageAccountOutputArgs, opts ...InvokeOption) LookupLinkedStorageAccountResultOutput
> Note: This function is named LookupLinkedStorageAccount
in the Go SDK.
public static class GetLinkedStorageAccount
{
public static Task<GetLinkedStorageAccountResult> InvokeAsync(GetLinkedStorageAccountArgs args, InvokeOptions? opts = null)
public static Output<GetLinkedStorageAccountResult> Invoke(GetLinkedStorageAccountInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLinkedStorageAccountResult> getLinkedStorageAccount(GetLinkedStorageAccountArgs args, InvokeOptions options)
public static Output<GetLinkedStorageAccountResult> getLinkedStorageAccount(GetLinkedStorageAccountArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:operationalinsights:getLinkedStorageAccount
arguments:
# arguments dictionary
The following arguments are supported:
- Data
Source stringType - Linked storage accounts type.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- Data
Source stringType - Linked storage accounts type.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- data
Source StringType - Linked storage accounts type.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the workspace.
- data
Source stringType - Linked storage accounts type.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - The name of the workspace.
- data_
source_ strtype - Linked storage accounts type.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - The name of the workspace.
- data
Source StringType - Linked storage accounts type.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the workspace.
getLinkedStorageAccount Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Data
Source stringType - Linked storage accounts type.
- 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"
- Storage
Account List<string>Ids - Linked storage accounts resources ids.
- Azure
Api stringVersion - The Azure API version of the resource.
- Data
Source stringType - Linked storage accounts type.
- 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"
- Storage
Account []stringIds - Linked storage accounts resources ids.
- azure
Api StringVersion - The Azure API version of the resource.
- data
Source StringType - Linked storage accounts type.
- 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"
- storage
Account List<String>Ids - Linked storage accounts resources ids.
- azure
Api stringVersion - The Azure API version of the resource.
- data
Source stringType - Linked storage accounts type.
- 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"
- storage
Account string[]Ids - Linked storage accounts resources ids.
- azure_
api_ strversion - The Azure API version of the resource.
- data_
source_ strtype - Linked storage accounts type.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- storage_
account_ Sequence[str]ids - Linked storage accounts resources ids.
- azure
Api StringVersion - The Azure API version of the resource.
- data
Source StringType - Linked storage accounts type.
- 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"
- storage
Account List<String>Ids - Linked storage accounts resources ids.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0