Azure Native v1.102.0, May 2 23
Azure Native v1.102.0, May 2 23
azure-native.operationalinsights.getLinkedStorageAccount
Explore with Pulumi AI
Gets all linked storage account of a specific data source type associated with the specified workspace. API Version: 2020-08-01.
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)
// Output-based functions aren't available in Java yet
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:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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