1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getMachineLearningDataset
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.machinelearningservices.getMachineLearningDataset

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Get a Dataset by name. Azure REST API version: 2020-05-01-preview.

    Using getMachineLearningDataset

    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 getMachineLearningDataset(args: GetMachineLearningDatasetArgs, opts?: InvokeOptions): Promise<GetMachineLearningDatasetResult>
    function getMachineLearningDatasetOutput(args: GetMachineLearningDatasetOutputArgs, opts?: InvokeOptions): Output<GetMachineLearningDatasetResult>
    def get_machine_learning_dataset(dataset_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     workspace_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetMachineLearningDatasetResult
    def get_machine_learning_dataset_output(dataset_name: 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[GetMachineLearningDatasetResult]
    func LookupMachineLearningDataset(ctx *Context, args *LookupMachineLearningDatasetArgs, opts ...InvokeOption) (*LookupMachineLearningDatasetResult, error)
    func LookupMachineLearningDatasetOutput(ctx *Context, args *LookupMachineLearningDatasetOutputArgs, opts ...InvokeOption) LookupMachineLearningDatasetResultOutput

    > Note: This function is named LookupMachineLearningDataset in the Go SDK.

    public static class GetMachineLearningDataset 
    {
        public static Task<GetMachineLearningDatasetResult> InvokeAsync(GetMachineLearningDatasetArgs args, InvokeOptions? opts = null)
        public static Output<GetMachineLearningDatasetResult> Invoke(GetMachineLearningDatasetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMachineLearningDatasetResult> getMachineLearningDataset(GetMachineLearningDatasetArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:getMachineLearningDataset
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DatasetName string
    The Dataset name.
    ResourceGroupName string
    Name of the resource group in which workspace is located.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    DatasetName string
    The Dataset name.
    ResourceGroupName string
    Name of the resource group in which workspace is located.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    datasetName String
    The Dataset name.
    resourceGroupName String
    Name of the resource group in which workspace is located.
    workspaceName String
    Name of Azure Machine Learning workspace.
    datasetName string
    The Dataset name.
    resourceGroupName string
    Name of the resource group in which workspace is located.
    workspaceName string
    Name of Azure Machine Learning workspace.
    dataset_name str
    The Dataset name.
    resource_group_name str
    Name of the resource group in which workspace is located.
    workspace_name str
    Name of Azure Machine Learning workspace.
    datasetName String
    The Dataset name.
    resourceGroupName String
    Name of the resource group in which workspace is located.
    workspaceName String
    Name of Azure Machine Learning workspace.

    getMachineLearningDataset Result

    The following output properties are available:

    Id string
    Specifies the resource ID.
    Name string
    Specifies the name of the resource.
    Properties Pulumi.AzureNative.MachineLearningServices.Outputs.DatasetResponse
    Dataset properties
    Type string
    Specifies the type of the resource.
    Identity Pulumi.AzureNative.MachineLearningServices.Outputs.IdentityResponse
    The identity of the resource.
    Location string
    Specifies the location of the resource.
    Sku Pulumi.AzureNative.MachineLearningServices.Outputs.SkuResponse
    The sku of the workspace.
    Tags Dictionary<string, string>
    Contains resource tags defined as key/value pairs.
    Id string
    Specifies the resource ID.
    Name string
    Specifies the name of the resource.
    Properties DatasetResponse
    Dataset properties
    Type string
    Specifies the type of the resource.
    Identity IdentityResponse
    The identity of the resource.
    Location string
    Specifies the location of the resource.
    Sku SkuResponse
    The sku of the workspace.
    Tags map[string]string
    Contains resource tags defined as key/value pairs.
    id String
    Specifies the resource ID.
    name String
    Specifies the name of the resource.
    properties DatasetResponse
    Dataset properties
    type String
    Specifies the type of the resource.
    identity IdentityResponse
    The identity of the resource.
    location String
    Specifies the location of the resource.
    sku SkuResponse
    The sku of the workspace.
    tags Map<String,String>
    Contains resource tags defined as key/value pairs.
    id string
    Specifies the resource ID.
    name string
    Specifies the name of the resource.
    properties DatasetResponse
    Dataset properties
    type string
    Specifies the type of the resource.
    identity IdentityResponse
    The identity of the resource.
    location string
    Specifies the location of the resource.
    sku SkuResponse
    The sku of the workspace.
    tags {[key: string]: string}
    Contains resource tags defined as key/value pairs.
    id str
    Specifies the resource ID.
    name str
    Specifies the name of the resource.
    properties DatasetResponse
    Dataset properties
    type str
    Specifies the type of the resource.
    identity IdentityResponse
    The identity of the resource.
    location str
    Specifies the location of the resource.
    sku SkuResponse
    The sku of the workspace.
    tags Mapping[str, str]
    Contains resource tags defined as key/value pairs.
    id String
    Specifies the resource ID.
    name String
    Specifies the name of the resource.
    properties Property Map
    Dataset properties
    type String
    Specifies the type of the resource.
    identity Property Map
    The identity of the resource.
    location String
    Specifies the location of the resource.
    sku Property Map
    The sku of the workspace.
    tags Map<String>
    Contains resource tags defined as key/value pairs.

    Supporting Types

    DatasetResponse

    CreatedTime string
    The dataset creation time (UTC).
    DatasetId string
    Unique Dataset identifier.
    DatasetType string
    Dataset Type.
    DefaultCompute string
    Name of the default compute to be used for any Dataset actions (such as Profile, Write).
    Description string
    Description about this dataset version.
    Etag string
    eTag description
    IsVisible bool
    Flag to hide Dataset in UI
    ModifiedTime string
    The dataset last modified time (UTC).
    Name string
    Unique dataset name
    Tags Dictionary<string, string>
    Tags for this dataset version.
    DatasetState Pulumi.AzureNative.MachineLearningServices.Inputs.DatasetStateResponse
    Dataset state
    Latest Pulumi.AzureNative.MachineLearningServices.Inputs.DatasetResponseLatest
    Last created Dataset definition.
    CreatedTime string
    The dataset creation time (UTC).
    DatasetId string
    Unique Dataset identifier.
    DatasetType string
    Dataset Type.
    DefaultCompute string
    Name of the default compute to be used for any Dataset actions (such as Profile, Write).
    Description string
    Description about this dataset version.
    Etag string
    eTag description
    IsVisible bool
    Flag to hide Dataset in UI
    ModifiedTime string
    The dataset last modified time (UTC).
    Name string
    Unique dataset name
    Tags map[string]string
    Tags for this dataset version.
    DatasetState DatasetStateResponse
    Dataset state
    Latest DatasetResponseLatest
    Last created Dataset definition.
    createdTime String
    The dataset creation time (UTC).
    datasetId String
    Unique Dataset identifier.
    datasetType String
    Dataset Type.
    defaultCompute String
    Name of the default compute to be used for any Dataset actions (such as Profile, Write).
    description String
    Description about this dataset version.
    etag String
    eTag description
    isVisible Boolean
    Flag to hide Dataset in UI
    modifiedTime String
    The dataset last modified time (UTC).
    name String
    Unique dataset name
    tags Map<String,String>
    Tags for this dataset version.
    datasetState DatasetStateResponse
    Dataset state
    latest DatasetResponseLatest
    Last created Dataset definition.
    createdTime string
    The dataset creation time (UTC).
    datasetId string
    Unique Dataset identifier.
    datasetType string
    Dataset Type.
    defaultCompute string
    Name of the default compute to be used for any Dataset actions (such as Profile, Write).
    description string
    Description about this dataset version.
    etag string
    eTag description
    isVisible boolean
    Flag to hide Dataset in UI
    modifiedTime string
    The dataset last modified time (UTC).
    name string
    Unique dataset name
    tags {[key: string]: string}
    Tags for this dataset version.
    datasetState DatasetStateResponse
    Dataset state
    latest DatasetResponseLatest
    Last created Dataset definition.
    created_time str
    The dataset creation time (UTC).
    dataset_id str
    Unique Dataset identifier.
    dataset_type str
    Dataset Type.
    default_compute str
    Name of the default compute to be used for any Dataset actions (such as Profile, Write).
    description str
    Description about this dataset version.
    etag str
    eTag description
    is_visible bool
    Flag to hide Dataset in UI
    modified_time str
    The dataset last modified time (UTC).
    name str
    Unique dataset name
    tags Mapping[str, str]
    Tags for this dataset version.
    dataset_state DatasetStateResponse
    Dataset state
    latest DatasetResponseLatest
    Last created Dataset definition.
    createdTime String
    The dataset creation time (UTC).
    datasetId String
    Unique Dataset identifier.
    datasetType String
    Dataset Type.
    defaultCompute String
    Name of the default compute to be used for any Dataset actions (such as Profile, Write).
    description String
    Description about this dataset version.
    etag String
    eTag description
    isVisible Boolean
    Flag to hide Dataset in UI
    modifiedTime String
    The dataset last modified time (UTC).
    name String
    Unique dataset name
    tags Map<String>
    Tags for this dataset version.
    datasetState Property Map
    Dataset state
    latest Property Map
    Last created Dataset definition.

    DatasetResponseDataPath

    AzureFilePath string
    Azure path for Azure Blob or File
    DatastoreName string
    Data store Name
    HttpUrl string
    HTTP URL.
    PartitionFormat string
    Specify the partition format of path. Defaults to None.
    PartitionFormatIgnoreError bool
    Whether or not to ignore unmatched path.
    Paths List<string>
    List of files expanded from a file GLOB specified
    RelativePath string
    Relative path in the data store
    AdditionalProperties Dictionary<string, object>
    Additional Properties.
    SqlDataPath Pulumi.AzureNative.MachineLearningServices.Inputs.DatasetResponseSqlDataPath
    Sql Query/Table/Stored Procedure details.
    AzureFilePath string
    Azure path for Azure Blob or File
    DatastoreName string
    Data store Name
    HttpUrl string
    HTTP URL.
    PartitionFormat string
    Specify the partition format of path. Defaults to None.
    PartitionFormatIgnoreError bool
    Whether or not to ignore unmatched path.
    Paths []string
    List of files expanded from a file GLOB specified
    RelativePath string
    Relative path in the data store
    AdditionalProperties map[string]interface{}
    Additional Properties.
    SqlDataPath DatasetResponseSqlDataPath
    Sql Query/Table/Stored Procedure details.
    azureFilePath String
    Azure path for Azure Blob or File
    datastoreName String
    Data store Name
    httpUrl String
    HTTP URL.
    partitionFormat String
    Specify the partition format of path. Defaults to None.
    partitionFormatIgnoreError Boolean
    Whether or not to ignore unmatched path.
    paths List<String>
    List of files expanded from a file GLOB specified
    relativePath String
    Relative path in the data store
    additionalProperties Map<String,Object>
    Additional Properties.
    sqlDataPath DatasetResponseSqlDataPath
    Sql Query/Table/Stored Procedure details.
    azureFilePath string
    Azure path for Azure Blob or File
    datastoreName string
    Data store Name
    httpUrl string
    HTTP URL.
    partitionFormat string
    Specify the partition format of path. Defaults to None.
    partitionFormatIgnoreError boolean
    Whether or not to ignore unmatched path.
    paths string[]
    List of files expanded from a file GLOB specified
    relativePath string
    Relative path in the data store
    additionalProperties {[key: string]: any}
    Additional Properties.
    sqlDataPath DatasetResponseSqlDataPath
    Sql Query/Table/Stored Procedure details.
    azure_file_path str
    Azure path for Azure Blob or File
    datastore_name str
    Data store Name
    http_url str
    HTTP URL.
    partition_format str
    Specify the partition format of path. Defaults to None.
    partition_format_ignore_error bool
    Whether or not to ignore unmatched path.
    paths Sequence[str]
    List of files expanded from a file GLOB specified
    relative_path str
    Relative path in the data store
    additional_properties Mapping[str, Any]
    Additional Properties.
    sql_data_path DatasetResponseSqlDataPath
    Sql Query/Table/Stored Procedure details.
    azureFilePath String
    Azure path for Azure Blob or File
    datastoreName String
    Data store Name
    httpUrl String
    HTTP URL.
    partitionFormat String
    Specify the partition format of path. Defaults to None.
    partitionFormatIgnoreError Boolean
    Whether or not to ignore unmatched path.
    paths List<String>
    List of files expanded from a file GLOB specified
    relativePath String
    Relative path in the data store
    additionalProperties Map<Any>
    Additional Properties.
    sqlDataPath Property Map
    Sql Query/Table/Stored Procedure details.

    DatasetResponseLatest

    CreatedTime string
    The dataset creation time (UTC).
    Dataflow string
    Dataflow Json
    DatasetId string
    Unique Dataset identifier.
    Description string
    Description about the dataset.
    Etag string
    eTag description
    FileType string
    Dataset FileType, specified by user.
    ModifiedTime string
    The dataset last modified time (UTC).
    Notes string
    Summary of Definition changes.
    PartitionFormatInPath bool
    Indicates how the source data is partitioned. This is defined to filter on a range of partitioned data before performing actions or materialization.
    SavedDatasetId string
    Indicates the saved dataset this definition is mapping to, populated on Get.
    Tags Dictionary<string, string>
    Tags associated with the dataset.
    TelemetryInfo Dictionary<string, string>
    Telemetry information about the dataset including information like which service the dataset was created from.
    UseDescriptionTagsFromDefinition bool
    Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
    VersionId string
    An identifier uniquely identifies a definition change.
    CreatedBy Pulumi.AzureNative.MachineLearningServices.Inputs.UserInfoResponse
    User who created.
    DataPath Pulumi.AzureNative.MachineLearningServices.Inputs.DatasetResponseDataPath
    Datastore and reference to location of data such as relativePath, Sql Query and etc.
    DatasetDefinitionState Pulumi.AzureNative.MachineLearningServices.Inputs.DatasetStateResponse
    Dataset state
    Properties Dictionary<string, object>
    Properties stores information like name of time series column for time series dataset.
    CreatedTime string
    The dataset creation time (UTC).
    Dataflow string
    Dataflow Json
    DatasetId string
    Unique Dataset identifier.
    Description string
    Description about the dataset.
    Etag string
    eTag description
    FileType string
    Dataset FileType, specified by user.
    ModifiedTime string
    The dataset last modified time (UTC).
    Notes string
    Summary of Definition changes.
    PartitionFormatInPath bool
    Indicates how the source data is partitioned. This is defined to filter on a range of partitioned data before performing actions or materialization.
    SavedDatasetId string
    Indicates the saved dataset this definition is mapping to, populated on Get.
    Tags map[string]string
    Tags associated with the dataset.
    TelemetryInfo map[string]string
    Telemetry information about the dataset including information like which service the dataset was created from.
    UseDescriptionTagsFromDefinition bool
    Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
    VersionId string
    An identifier uniquely identifies a definition change.
    CreatedBy UserInfoResponse
    User who created.
    DataPath DatasetResponseDataPath
    Datastore and reference to location of data such as relativePath, Sql Query and etc.
    DatasetDefinitionState DatasetStateResponse
    Dataset state
    Properties map[string]interface{}
    Properties stores information like name of time series column for time series dataset.
    createdTime String
    The dataset creation time (UTC).
    dataflow String
    Dataflow Json
    datasetId String
    Unique Dataset identifier.
    description String
    Description about the dataset.
    etag String
    eTag description
    fileType String
    Dataset FileType, specified by user.
    modifiedTime String
    The dataset last modified time (UTC).
    notes String
    Summary of Definition changes.
    partitionFormatInPath Boolean
    Indicates how the source data is partitioned. This is defined to filter on a range of partitioned data before performing actions or materialization.
    savedDatasetId String
    Indicates the saved dataset this definition is mapping to, populated on Get.
    tags Map<String,String>
    Tags associated with the dataset.
    telemetryInfo Map<String,String>
    Telemetry information about the dataset including information like which service the dataset was created from.
    useDescriptionTagsFromDefinition Boolean
    Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
    versionId String
    An identifier uniquely identifies a definition change.
    createdBy UserInfoResponse
    User who created.
    dataPath DatasetResponseDataPath
    Datastore and reference to location of data such as relativePath, Sql Query and etc.
    datasetDefinitionState DatasetStateResponse
    Dataset state
    properties Map<String,Object>
    Properties stores information like name of time series column for time series dataset.
    createdTime string
    The dataset creation time (UTC).
    dataflow string
    Dataflow Json
    datasetId string
    Unique Dataset identifier.
    description string
    Description about the dataset.
    etag string
    eTag description
    fileType string
    Dataset FileType, specified by user.
    modifiedTime string
    The dataset last modified time (UTC).
    notes string
    Summary of Definition changes.
    partitionFormatInPath boolean
    Indicates how the source data is partitioned. This is defined to filter on a range of partitioned data before performing actions or materialization.
    savedDatasetId string
    Indicates the saved dataset this definition is mapping to, populated on Get.
    tags {[key: string]: string}
    Tags associated with the dataset.
    telemetryInfo {[key: string]: string}
    Telemetry information about the dataset including information like which service the dataset was created from.
    useDescriptionTagsFromDefinition boolean
    Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
    versionId string
    An identifier uniquely identifies a definition change.
    createdBy UserInfoResponse
    User who created.
    dataPath DatasetResponseDataPath
    Datastore and reference to location of data such as relativePath, Sql Query and etc.
    datasetDefinitionState DatasetStateResponse
    Dataset state
    properties {[key: string]: any}
    Properties stores information like name of time series column for time series dataset.
    created_time str
    The dataset creation time (UTC).
    dataflow str
    Dataflow Json
    dataset_id str
    Unique Dataset identifier.
    description str
    Description about the dataset.
    etag str
    eTag description
    file_type str
    Dataset FileType, specified by user.
    modified_time str
    The dataset last modified time (UTC).
    notes str
    Summary of Definition changes.
    partition_format_in_path bool
    Indicates how the source data is partitioned. This is defined to filter on a range of partitioned data before performing actions or materialization.
    saved_dataset_id str
    Indicates the saved dataset this definition is mapping to, populated on Get.
    tags Mapping[str, str]
    Tags associated with the dataset.
    telemetry_info Mapping[str, str]
    Telemetry information about the dataset including information like which service the dataset was created from.
    use_description_tags_from_definition bool
    Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
    version_id str
    An identifier uniquely identifies a definition change.
    created_by UserInfoResponse
    User who created.
    data_path DatasetResponseDataPath
    Datastore and reference to location of data such as relativePath, Sql Query and etc.
    dataset_definition_state DatasetStateResponse
    Dataset state
    properties Mapping[str, Any]
    Properties stores information like name of time series column for time series dataset.
    createdTime String
    The dataset creation time (UTC).
    dataflow String
    Dataflow Json
    datasetId String
    Unique Dataset identifier.
    description String
    Description about the dataset.
    etag String
    eTag description
    fileType String
    Dataset FileType, specified by user.
    modifiedTime String
    The dataset last modified time (UTC).
    notes String
    Summary of Definition changes.
    partitionFormatInPath Boolean
    Indicates how the source data is partitioned. This is defined to filter on a range of partitioned data before performing actions or materialization.
    savedDatasetId String
    Indicates the saved dataset this definition is mapping to, populated on Get.
    tags Map<String>
    Tags associated with the dataset.
    telemetryInfo Map<String>
    Telemetry information about the dataset including information like which service the dataset was created from.
    useDescriptionTagsFromDefinition Boolean
    Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
    versionId String
    An identifier uniquely identifies a definition change.
    createdBy Property Map
    User who created.
    dataPath Property Map
    Datastore and reference to location of data such as relativePath, Sql Query and etc.
    datasetDefinitionState Property Map
    Dataset state
    properties Map<Any>
    Properties stores information like name of time series column for time series dataset.

    DatasetResponseSqlDataPath

    QueryTimeout double
    SQL query timeout. Unit in seconds.
    SqlQuery string
    SQL query
    SqlStoredProcedureName string
    SQL storedProcedure name
    SqlTableName string
    SQL table name
    QueryTimeout float64
    SQL query timeout. Unit in seconds.
    SqlQuery string
    SQL query
    SqlStoredProcedureName string
    SQL storedProcedure name
    SqlTableName string
    SQL table name
    queryTimeout Double
    SQL query timeout. Unit in seconds.
    sqlQuery String
    SQL query
    sqlStoredProcedureName String
    SQL storedProcedure name
    sqlTableName String
    SQL table name
    queryTimeout number
    SQL query timeout. Unit in seconds.
    sqlQuery string
    SQL query
    sqlStoredProcedureName string
    SQL storedProcedure name
    sqlTableName string
    SQL table name
    query_timeout float
    SQL query timeout. Unit in seconds.
    sql_query str
    SQL query
    sql_stored_procedure_name str
    SQL storedProcedure name
    sql_table_name str
    SQL table name
    queryTimeout Number
    SQL query timeout. Unit in seconds.
    sqlQuery String
    SQL query
    sqlStoredProcedureName String
    SQL storedProcedure name
    sqlTableName String
    SQL table name

    DatasetStateResponse

    Etag string
    eTag description
    DeprecatedBy Pulumi.AzureNative.MachineLearningServices.Inputs.DatasetStateResponseDeprecatedBy
    Reference to better Dataset or a Definition
    State string
    Dataset state
    Etag string
    eTag description
    DeprecatedBy DatasetStateResponseDeprecatedBy
    Reference to better Dataset or a Definition
    State string
    Dataset state
    etag String
    eTag description
    deprecatedBy DatasetStateResponseDeprecatedBy
    Reference to better Dataset or a Definition
    state String
    Dataset state
    etag string
    eTag description
    deprecatedBy DatasetStateResponseDeprecatedBy
    Reference to better Dataset or a Definition
    state string
    Dataset state
    etag str
    eTag description
    deprecated_by DatasetStateResponseDeprecatedBy
    Reference to better Dataset or a Definition
    state str
    Dataset state
    etag String
    eTag description
    deprecatedBy Property Map
    Reference to better Dataset or a Definition
    state String
    Dataset state

    DatasetStateResponseDeprecatedBy

    DatasetId string
    Unique Dataset identifier.
    DefinitionVersion string
    Definition Version
    DatasetId string
    Unique Dataset identifier.
    DefinitionVersion string
    Definition Version
    datasetId String
    Unique Dataset identifier.
    definitionVersion String
    Definition Version
    datasetId string
    Unique Dataset identifier.
    definitionVersion string
    Definition Version
    dataset_id str
    Unique Dataset identifier.
    definition_version str
    Definition Version
    datasetId String
    Unique Dataset identifier.
    definitionVersion String
    Definition Version

    IdentityResponse

    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.UserAssignedIdentityResponse>
    The user assigned identities associated with the resource.
    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The user assigned identities associated with the resource.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The user assigned identities associated with the resource.
    principalId string
    The principal ID of resource identity.
    tenantId string
    The tenant ID of resource.
    type string
    The identity type.
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The user assigned identities associated with the resource.
    principal_id str
    The principal ID of resource identity.
    tenant_id str
    The tenant ID of resource.
    type str
    The identity type.
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The user assigned identities associated with the resource.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.
    userAssignedIdentities Map<Property Map>
    The user assigned identities associated with the resource.

    SkuResponse

    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Integer
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name str
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family str
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size str
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier str
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    tenantId string
    The tenant ID of the user assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    tenant_id str
    The tenant ID of the user assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.

    UserInfoResponse

    UserAltSecId string
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    UserIdp string
    A user identity provider. Eg live.com
    UserIss string
    The issuer which issued the token for this user.
    UserName string
    A user's full name or a service principal's app ID.
    UserObjectId string
    A user or service principal's object ID..
    UserPuId string
    A user or service principal's PuID.
    UserTenantId string
    A user or service principal's tenant ID.
    UserAltSecId string
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    UserIdp string
    A user identity provider. Eg live.com
    UserIss string
    The issuer which issued the token for this user.
    UserName string
    A user's full name or a service principal's app ID.
    UserObjectId string
    A user or service principal's object ID..
    UserPuId string
    A user or service principal's PuID.
    UserTenantId string
    A user or service principal's tenant ID.
    userAltSecId String
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    userIdp String
    A user identity provider. Eg live.com
    userIss String
    The issuer which issued the token for this user.
    userName String
    A user's full name or a service principal's app ID.
    userObjectId String
    A user or service principal's object ID..
    userPuId String
    A user or service principal's PuID.
    userTenantId String
    A user or service principal's tenant ID.
    userAltSecId string
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    userIdp string
    A user identity provider. Eg live.com
    userIss string
    The issuer which issued the token for this user.
    userName string
    A user's full name or a service principal's app ID.
    userObjectId string
    A user or service principal's object ID..
    userPuId string
    A user or service principal's PuID.
    userTenantId string
    A user or service principal's tenant ID.
    user_alt_sec_id str
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    user_idp str
    A user identity provider. Eg live.com
    user_iss str
    The issuer which issued the token for this user.
    user_name str
    A user's full name or a service principal's app ID.
    user_object_id str
    A user or service principal's object ID..
    user_pu_id str
    A user or service principal's PuID.
    user_tenant_id str
    A user or service principal's tenant ID.
    userAltSecId String
    A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
    userIdp String
    A user identity provider. Eg live.com
    userIss String
    The issuer which issued the token for this user.
    userName String
    A user's full name or a service principal's app ID.
    userObjectId String
    A user or service principal's object ID..
    userPuId String
    A user or service principal's PuID.
    userTenantId String
    A user or service principal's tenant ID.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi