azure-native.datashare.getDataSet
Deprecated:
Please use one of the variants: ADLSGen1FileDataSet, ADLSGen1FolderDataSet, ADLSGen2FileDataSet, ADLSGen2FileSystemDataSet, ADLSGen2FolderDataSet, BlobContainerDataSet, BlobDataSet, BlobFolderDataSet, KustoClusterDataSet, KustoDatabaseDataSet, SqlDBTableDataSet, SqlDWTableDataSet, SynapseWorkspaceSqlPoolTableDataSet.
Get a DataSet in a share API Version: 2020-09-01.
Using getDataSet
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 getDataSet(args: GetDataSetArgs, opts?: InvokeOptions): Promise<GetDataSetResult>
function getDataSetOutput(args: GetDataSetOutputArgs, opts?: InvokeOptions): Output<GetDataSetResult>
def get_data_set(account_name: Optional[str] = None,
data_set_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
share_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDataSetResult
def get_data_set_output(account_name: Optional[pulumi.Input[str]] = None,
data_set_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
share_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDataSetResult]
func LookupDataSet(ctx *Context, args *LookupDataSetArgs, opts ...InvokeOption) (*LookupDataSetResult, error)
func LookupDataSetOutput(ctx *Context, args *LookupDataSetOutputArgs, opts ...InvokeOption) LookupDataSetResultOutput
> Note: This function is named LookupDataSet
in the Go SDK.
public static class GetDataSet
{
public static Task<GetDataSetResult> InvokeAsync(GetDataSetArgs args, InvokeOptions? opts = null)
public static Output<GetDataSetResult> Invoke(GetDataSetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDataSetResult> getDataSet(GetDataSetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datashare:getDataSet
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string The name of the share account.
- Data
Set stringName The name of the dataSet.
- Resource
Group stringName The resource group name.
- string
The name of the share.
- Account
Name string The name of the share account.
- Data
Set stringName The name of the dataSet.
- Resource
Group stringName The resource group name.
- string
The name of the share.
- account
Name String The name of the share account.
- data
Set StringName The name of the dataSet.
- resource
Group StringName The resource group name.
- String
The name of the share.
- account
Name string The name of the share account.
- data
Set stringName The name of the dataSet.
- resource
Group stringName The resource group name.
- string
The name of the share.
- account_
name str The name of the share account.
- data_
set_ strname The name of the dataSet.
- resource_
group_ strname The resource group name.
- str
The name of the share.
- account
Name String The name of the share account.
- data
Set StringName The name of the dataSet.
- resource
Group StringName The resource group name.
- String
The name of the share.
getDataSet Result
The following output properties are available:
- Id string
The resource id of the azure resource
- Kind string
Kind of data set.
- Name string
Name of the azure resource
- System
Data Pulumi.Azure Native. Data Share. Outputs. System Data Response System Data of the Azure resource.
- Type string
Type of the azure resource
- Id string
The resource id of the azure resource
- Kind string
Kind of data set.
- Name string
Name of the azure resource
- System
Data SystemData Response System Data of the Azure resource.
- Type string
Type of the azure resource
- id String
The resource id of the azure resource
- kind String
Kind of data set.
- name String
Name of the azure resource
- system
Data SystemData Response System Data of the Azure resource.
- type String
Type of the azure resource
- id string
The resource id of the azure resource
- kind string
Kind of data set.
- name string
Name of the azure resource
- system
Data SystemData Response System Data of the Azure resource.
- type string
Type of the azure resource
- id str
The resource id of the azure resource
- kind str
Kind of data set.
- name str
Name of the azure resource
- system_
data SystemData Response System Data of the Azure resource.
- type str
Type of the azure resource
- id String
The resource id of the azure resource
- kind String
Kind of data set.
- name String
Name of the azure resource
- system
Data Property Map System Data of the Azure resource.
- type String
Type of the azure resource
Supporting Types
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The type of identity that last modified the resource.
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The type of identity that last modified the resource.
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The type of identity that last modified the resource.
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The type of identity that last modified the resource.
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type The type of identity that last modified the resource.
- created_
at str The timestamp of resource creation (UTC).
- created_
by str The identity that created the resource.
- created_
by_ strtype The type of identity that created the resource.
- last_
modified_ strat The type of identity that last modified the resource.
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The type of identity that last modified the resource.
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0