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:

AccountName string

The name of the share account.

DataSetName string

The name of the dataSet.

ResourceGroupName string

The resource group name.

ShareName string

The name of the share.

AccountName string

The name of the share account.

DataSetName string

The name of the dataSet.

ResourceGroupName string

The resource group name.

ShareName string

The name of the share.

accountName String

The name of the share account.

dataSetName String

The name of the dataSet.

resourceGroupName String

The resource group name.

shareName String

The name of the share.

accountName string

The name of the share account.

dataSetName string

The name of the dataSet.

resourceGroupName string

The resource group name.

shareName string

The name of the share.

account_name str

The name of the share account.

data_set_name str

The name of the dataSet.

resource_group_name str

The resource group name.

share_name str

The name of the share.

accountName String

The name of the share account.

dataSetName String

The name of the dataSet.

resourceGroupName String

The resource group name.

shareName 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

SystemData Pulumi.AzureNative.DataShare.Outputs.SystemDataResponse

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

SystemData SystemDataResponse

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

systemData SystemDataResponse

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

systemData SystemDataResponse

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 SystemDataResponse

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

systemData Property Map

System Data of the Azure resource.

type String

Type of the azure resource

Supporting Types

SystemDataResponse

CreatedAt string

The timestamp of resource creation (UTC).

CreatedBy string

The identity that created the resource.

CreatedByType string

The type of identity that created the resource.

LastModifiedAt string

The type of identity that last modified the resource.

LastModifiedBy string

The identity that last modified the resource.

LastModifiedByType string

The type of identity that last modified the resource.

CreatedAt string

The timestamp of resource creation (UTC).

CreatedBy string

The identity that created the resource.

CreatedByType string

The type of identity that created the resource.

LastModifiedAt string

The type of identity that last modified the resource.

LastModifiedBy string

The identity that last modified the resource.

LastModifiedByType string

The type of identity that last modified the resource.

createdAt String

The timestamp of resource creation (UTC).

createdBy String

The identity that created the resource.

createdByType String

The type of identity that created the resource.

lastModifiedAt String

The type of identity that last modified the resource.

lastModifiedBy String

The identity that last modified the resource.

lastModifiedByType String

The type of identity that last modified the resource.

createdAt string

The timestamp of resource creation (UTC).

createdBy string

The identity that created the resource.

createdByType string

The type of identity that created the resource.

lastModifiedAt string

The type of identity that last modified the resource.

lastModifiedBy string

The identity that last modified the resource.

lastModifiedByType string

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_type str

The type of identity that created the resource.

last_modified_at str

The type of identity that last modified the resource.

last_modified_by str

The identity that last modified the resource.

last_modified_by_type str

The type of identity that last modified the resource.

createdAt String

The timestamp of resource creation (UTC).

createdBy String

The identity that created the resource.

createdByType String

The type of identity that created the resource.

lastModifiedAt String

The type of identity that last modified the resource.

lastModifiedBy String

The identity that last modified the resource.

lastModifiedByType String

The type of identity that last modified the resource.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0