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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.machinelearningservices.getMachineLearningDataset
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 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:
- Dataset
Name string - The Dataset name.
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Dataset
Name string - The Dataset name.
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- dataset
Name String - The Dataset name.
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name String - Name of Azure Machine Learning workspace.
- dataset
Name string - The Dataset name.
- resource
Group stringName - Name of the resource group in which workspace is located.
- workspace
Name string - Name of Azure Machine Learning workspace.
- dataset_
name str - The Dataset name.
- resource_
group_ strname - Name of the resource group in which workspace is located.
- workspace_
name str - Name of Azure Machine Learning workspace.
- dataset
Name String - The Dataset name.
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name 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.
Azure Native. Machine Learning Services. Outputs. Dataset Response - Dataset properties
- Type string
- Specifies the type of the resource.
- Identity
Pulumi.
Azure Native. Machine Learning Services. Outputs. Identity Response - The identity of the resource.
- Location string
- Specifies the location of the resource.
- Sku
Pulumi.
Azure Native. Machine Learning Services. Outputs. Sku Response - The sku of the workspace.
- 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
Dataset
Response - Dataset properties
- Type string
- Specifies the type of the resource.
- Identity
Identity
Response - The identity of the resource.
- Location string
- Specifies the location of the resource.
- Sku
Sku
Response - The sku of the workspace.
- 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
Dataset
Response - Dataset properties
- type String
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location String
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- 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
Dataset
Response - Dataset properties
- type string
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location string
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- {[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
Dataset
Response - Dataset properties
- type str
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location str
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- 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.
- Map<String>
- Contains resource tags defined as key/value pairs.
Supporting Types
DatasetResponse
- Created
Time string - The dataset creation time (UTC).
- Dataset
Id string - Unique Dataset identifier.
- Dataset
Type string - Dataset Type.
- Default
Compute 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
- Is
Visible bool - Flag to hide Dataset in UI
- Modified
Time string - The dataset last modified time (UTC).
- Name string
- Unique dataset name
- Dictionary<string, string>
- Tags for this dataset version.
- Dataset
State Pulumi.Azure Native. Machine Learning Services. Inputs. Dataset State Response - Dataset state
- Latest
Pulumi.
Azure Native. Machine Learning Services. Inputs. Dataset Response Latest - Last created Dataset definition.
- Created
Time string - The dataset creation time (UTC).
- Dataset
Id string - Unique Dataset identifier.
- Dataset
Type string - Dataset Type.
- Default
Compute 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
- Is
Visible bool - Flag to hide Dataset in UI
- Modified
Time string - The dataset last modified time (UTC).
- Name string
- Unique dataset name
- map[string]string
- Tags for this dataset version.
- Dataset
State DatasetState Response - Dataset state
- Latest
Dataset
Response Latest - Last created Dataset definition.
- created
Time String - The dataset creation time (UTC).
- dataset
Id String - Unique Dataset identifier.
- dataset
Type String - Dataset Type.
- default
Compute 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
- is
Visible Boolean - Flag to hide Dataset in UI
- modified
Time String - The dataset last modified time (UTC).
- name String
- Unique dataset name
- Map<String,String>
- Tags for this dataset version.
- dataset
State DatasetState Response - Dataset state
- latest
Dataset
Response Latest - Last created Dataset definition.
- created
Time string - The dataset creation time (UTC).
- dataset
Id string - Unique Dataset identifier.
- dataset
Type string - Dataset Type.
- default
Compute 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
- is
Visible boolean - Flag to hide Dataset in UI
- modified
Time string - The dataset last modified time (UTC).
- name string
- Unique dataset name
- {[key: string]: string}
- Tags for this dataset version.
- dataset
State DatasetState Response - Dataset state
- latest
Dataset
Response Latest - 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
- Mapping[str, str]
- Tags for this dataset version.
- dataset_
state DatasetState Response - Dataset state
- latest
Dataset
Response Latest - Last created Dataset definition.
- created
Time String - The dataset creation time (UTC).
- dataset
Id String - Unique Dataset identifier.
- dataset
Type String - Dataset Type.
- default
Compute 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
- is
Visible Boolean - Flag to hide Dataset in UI
- modified
Time String - The dataset last modified time (UTC).
- name String
- Unique dataset name
- Map<String>
- Tags for this dataset version.
- dataset
State Property Map - Dataset state
- latest Property Map
- Last created Dataset definition.
DatasetResponseDataPath
- Azure
File stringPath - Azure path for Azure Blob or File
- Datastore
Name string - Data store Name
- Http
Url string - HTTP URL.
- Partition
Format string - Specify the partition format of path. Defaults to None.
- Partition
Format boolIgnore Error - Whether or not to ignore unmatched path.
- Paths List<string>
- List of files expanded from a file GLOB specified
- Relative
Path string - Relative path in the data store
- Additional
Properties Dictionary<string, object> - Additional Properties.
- Sql
Data Pulumi.Path Azure Native. Machine Learning Services. Inputs. Dataset Response Sql Data Path - Sql Query/Table/Stored Procedure details.
- Azure
File stringPath - Azure path for Azure Blob or File
- Datastore
Name string - Data store Name
- Http
Url string - HTTP URL.
- Partition
Format string - Specify the partition format of path. Defaults to None.
- Partition
Format boolIgnore Error - Whether or not to ignore unmatched path.
- Paths []string
- List of files expanded from a file GLOB specified
- Relative
Path string - Relative path in the data store
- Additional
Properties map[string]interface{} - Additional Properties.
- Sql
Data DatasetPath Response Sql Data Path - Sql Query/Table/Stored Procedure details.
- azure
File StringPath - Azure path for Azure Blob or File
- datastore
Name String - Data store Name
- http
Url String - HTTP URL.
- partition
Format String - Specify the partition format of path. Defaults to None.
- partition
Format BooleanIgnore Error - Whether or not to ignore unmatched path.
- paths List<String>
- List of files expanded from a file GLOB specified
- relative
Path String - Relative path in the data store
- additional
Properties Map<String,Object> - Additional Properties.
- sql
Data DatasetPath Response Sql Data Path - Sql Query/Table/Stored Procedure details.
- azure
File stringPath - Azure path for Azure Blob or File
- datastore
Name string - Data store Name
- http
Url string - HTTP URL.
- partition
Format string - Specify the partition format of path. Defaults to None.
- partition
Format booleanIgnore Error - Whether or not to ignore unmatched path.
- paths string[]
- List of files expanded from a file GLOB specified
- relative
Path string - Relative path in the data store
- additional
Properties {[key: string]: any} - Additional Properties.
- sql
Data DatasetPath Response Sql Data Path - Sql Query/Table/Stored Procedure details.
- azure_
file_ strpath - 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_ boolignore_ error - 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_ Datasetpath Response Sql Data Path - Sql Query/Table/Stored Procedure details.
- azure
File StringPath - Azure path for Azure Blob or File
- datastore
Name String - Data store Name
- http
Url String - HTTP URL.
- partition
Format String - Specify the partition format of path. Defaults to None.
- partition
Format BooleanIgnore Error - Whether or not to ignore unmatched path.
- paths List<String>
- List of files expanded from a file GLOB specified
- relative
Path String - Relative path in the data store
- additional
Properties Map<Any> - Additional Properties.
- sql
Data Property MapPath - Sql Query/Table/Stored Procedure details.
DatasetResponseLatest
- Created
Time string - The dataset creation time (UTC).
- Dataflow string
- Dataflow Json
- Dataset
Id string - Unique Dataset identifier.
- Description string
- Description about the dataset.
- Etag string
- eTag description
- File
Type string - Dataset FileType, specified by user.
- Modified
Time string - The dataset last modified time (UTC).
- Notes string
- Summary of Definition changes.
- Partition
Format boolIn Path - 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 stringId - Indicates the saved dataset this definition is mapping to, populated on Get.
- Dictionary<string, string>
- Tags associated with the dataset.
- Telemetry
Info Dictionary<string, string> - Telemetry information about the dataset including information like which service the dataset was created from.
- bool
- Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
- Version
Id string - An identifier uniquely identifies a definition change.
- Created
By Pulumi.Azure Native. Machine Learning Services. Inputs. User Info Response - User who created.
- Data
Path Pulumi.Azure Native. Machine Learning Services. Inputs. Dataset Response Data Path - Datastore and reference to location of data such as relativePath, Sql Query and etc.
- Dataset
Definition Pulumi.State Azure Native. Machine Learning Services. Inputs. Dataset State Response - Dataset state
- Properties Dictionary<string, object>
- Properties stores information like name of time series column for time series dataset.
- Created
Time string - The dataset creation time (UTC).
- Dataflow string
- Dataflow Json
- Dataset
Id string - Unique Dataset identifier.
- Description string
- Description about the dataset.
- Etag string
- eTag description
- File
Type string - Dataset FileType, specified by user.
- Modified
Time string - The dataset last modified time (UTC).
- Notes string
- Summary of Definition changes.
- Partition
Format boolIn Path - 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 stringId - Indicates the saved dataset this definition is mapping to, populated on Get.
- map[string]string
- Tags associated with the dataset.
- Telemetry
Info map[string]string - Telemetry information about the dataset including information like which service the dataset was created from.
- bool
- Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
- Version
Id string - An identifier uniquely identifies a definition change.
- Created
By UserInfo Response - User who created.
- Data
Path DatasetResponse Data Path - Datastore and reference to location of data such as relativePath, Sql Query and etc.
- Dataset
Definition DatasetState State Response - Dataset state
- Properties map[string]interface{}
- Properties stores information like name of time series column for time series dataset.
- created
Time String - The dataset creation time (UTC).
- dataflow String
- Dataflow Json
- dataset
Id String - Unique Dataset identifier.
- description String
- Description about the dataset.
- etag String
- eTag description
- file
Type String - Dataset FileType, specified by user.
- modified
Time String - The dataset last modified time (UTC).
- notes String
- Summary of Definition changes.
- partition
Format BooleanIn Path - 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 StringId - Indicates the saved dataset this definition is mapping to, populated on Get.
- Map<String,String>
- Tags associated with the dataset.
- telemetry
Info Map<String,String> - Telemetry information about the dataset including information like which service the dataset was created from.
- Boolean
- Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
- version
Id String - An identifier uniquely identifies a definition change.
- created
By UserInfo Response - User who created.
- data
Path DatasetResponse Data Path - Datastore and reference to location of data such as relativePath, Sql Query and etc.
- dataset
Definition DatasetState State Response - Dataset state
- properties Map<String,Object>
- Properties stores information like name of time series column for time series dataset.
- created
Time string - The dataset creation time (UTC).
- dataflow string
- Dataflow Json
- dataset
Id string - Unique Dataset identifier.
- description string
- Description about the dataset.
- etag string
- eTag description
- file
Type string - Dataset FileType, specified by user.
- modified
Time string - The dataset last modified time (UTC).
- notes string
- Summary of Definition changes.
- partition
Format booleanIn Path - 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 stringId - Indicates the saved dataset this definition is mapping to, populated on Get.
- {[key: string]: string}
- Tags associated with the dataset.
- telemetry
Info {[key: string]: string} - Telemetry information about the dataset including information like which service the dataset was created from.
- boolean
- Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
- version
Id string - An identifier uniquely identifies a definition change.
- created
By UserInfo Response - User who created.
- data
Path DatasetResponse Data Path - Datastore and reference to location of data such as relativePath, Sql Query and etc.
- dataset
Definition DatasetState State Response - 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_ boolin_ path - 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_ strid - Indicates the saved dataset this definition is mapping to, populated on Get.
- 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.
- 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 UserInfo Response - User who created.
- data_
path DatasetResponse Data Path - Datastore and reference to location of data such as relativePath, Sql Query and etc.
- dataset_
definition_ Datasetstate State Response - Dataset state
- properties Mapping[str, Any]
- Properties stores information like name of time series column for time series dataset.
- created
Time String - The dataset creation time (UTC).
- dataflow String
- Dataflow Json
- dataset
Id String - Unique Dataset identifier.
- description String
- Description about the dataset.
- etag String
- eTag description
- file
Type String - Dataset FileType, specified by user.
- modified
Time String - The dataset last modified time (UTC).
- notes String
- Summary of Definition changes.
- partition
Format BooleanIn Path - 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 StringId - Indicates the saved dataset this definition is mapping to, populated on Get.
- Map<String>
- Tags associated with the dataset.
- telemetry
Info Map<String> - Telemetry information about the dataset including information like which service the dataset was created from.
- Boolean
- Whether to use description and tags from the definition level as opposed to dataset level (old behavior).
- version
Id String - An identifier uniquely identifies a definition change.
- created
By Property Map - User who created.
- data
Path Property Map - Datastore and reference to location of data such as relativePath, Sql Query and etc.
- dataset
Definition Property MapState - Dataset state
- properties Map<Any>
- Properties stores information like name of time series column for time series dataset.
DatasetResponseSqlDataPath
- Query
Timeout double - SQL query timeout. Unit in seconds.
- Sql
Query string - SQL query
- Sql
Stored stringProcedure Name - SQL storedProcedure name
- Sql
Table stringName - SQL table name
- Query
Timeout float64 - SQL query timeout. Unit in seconds.
- Sql
Query string - SQL query
- Sql
Stored stringProcedure Name - SQL storedProcedure name
- Sql
Table stringName - SQL table name
- query
Timeout Double - SQL query timeout. Unit in seconds.
- sql
Query String - SQL query
- sql
Stored StringProcedure Name - SQL storedProcedure name
- sql
Table StringName - SQL table name
- query
Timeout number - SQL query timeout. Unit in seconds.
- sql
Query string - SQL query
- sql
Stored stringProcedure Name - SQL storedProcedure name
- sql
Table stringName - SQL table name
- query_
timeout float - SQL query timeout. Unit in seconds.
- sql_
query str - SQL query
- sql_
stored_ strprocedure_ name - SQL storedProcedure name
- sql_
table_ strname - SQL table name
- query
Timeout Number - SQL query timeout. Unit in seconds.
- sql
Query String - SQL query
- sql
Stored StringProcedure Name - SQL storedProcedure name
- sql
Table StringName - SQL table name
DatasetStateResponse
- Etag string
- eTag description
- Deprecated
By Pulumi.Azure Native. Machine Learning Services. Inputs. Dataset State Response Deprecated By - Reference to better Dataset or a Definition
- State string
- Dataset state
- Etag string
- eTag description
- Deprecated
By DatasetState Response Deprecated By - Reference to better Dataset or a Definition
- State string
- Dataset state
- etag String
- eTag description
- deprecated
By DatasetState Response Deprecated By - Reference to better Dataset or a Definition
- state String
- Dataset state
- etag string
- eTag description
- deprecated
By DatasetState Response Deprecated By - Reference to better Dataset or a Definition
- state string
- Dataset state
- etag str
- eTag description
- deprecated_
by DatasetState Response Deprecated By - Reference to better Dataset or a Definition
- state str
- Dataset state
- etag String
- eTag description
- deprecated
By Property Map - Reference to better Dataset or a Definition
- state String
- Dataset state
DatasetStateResponseDeprecatedBy
- Dataset
Id string - Unique Dataset identifier.
- Definition
Version string - Definition Version
- Dataset
Id string - Unique Dataset identifier.
- Definition
Version string - Definition Version
- dataset
Id String - Unique Dataset identifier.
- definition
Version String - Definition Version
- dataset
Id string - Unique Dataset identifier.
- definition
Version string - Definition Version
- dataset_
id str - Unique Dataset identifier.
- definition_
version str - Definition Version
- dataset
Id String - Unique Dataset identifier.
- definition
Version String - Definition Version
IdentityResponse
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Machine Learning Services. Inputs. User Assigned Identity Response> - The user assigned identities associated with the resource.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned map[string]UserIdentities Assigned Identity Response - The user assigned identities associated with the resource.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The user assigned identities associated with the resource.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type string
- The identity type.
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - 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_ Mapping[str, Useridentities Assigned Identity Response] - The user assigned identities associated with the resource.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<Property Map>Identities - 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
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- tenant
Id 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.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
UserInfoResponse
- User
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- User
Idp string - A user identity provider. Eg live.com
- User
Iss string - The issuer which issued the token for this user.
- User
Name string - A user's full name or a service principal's app ID.
- User
Object stringId - A user or service principal's object ID..
- User
Pu stringId - A user or service principal's PuID.
- User
Tenant stringId - A user or service principal's tenant ID.
- User
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- User
Idp string - A user identity provider. Eg live.com
- User
Iss string - The issuer which issued the token for this user.
- User
Name string - A user's full name or a service principal's app ID.
- User
Object stringId - A user or service principal's object ID..
- User
Pu stringId - A user or service principal's PuID.
- User
Tenant stringId - A user or service principal's tenant ID.
- user
Alt StringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp String - A user identity provider. Eg live.com
- user
Iss String - The issuer which issued the token for this user.
- user
Name String - A user's full name or a service principal's app ID.
- user
Object StringId - A user or service principal's object ID..
- user
Pu StringId - A user or service principal's PuID.
- user
Tenant StringId - A user or service principal's tenant ID.
- user
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp string - A user identity provider. Eg live.com
- user
Iss string - The issuer which issued the token for this user.
- user
Name string - A user's full name or a service principal's app ID.
- user
Object stringId - A user or service principal's object ID..
- user
Pu stringId - A user or service principal's PuID.
- user
Tenant stringId - A user or service principal's tenant ID.
- user_
alt_ strsec_ id - 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_ strid - A user or service principal's object ID..
- user_
pu_ strid - A user or service principal's PuID.
- user_
tenant_ strid - A user or service principal's tenant ID.
- user
Alt StringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp String - A user identity provider. Eg live.com
- user
Iss String - The issuer which issued the token for this user.
- user
Name String - A user's full name or a service principal's app ID.
- user
Object StringId - A user or service principal's object ID..
- user
Pu StringId - A user or service principal's PuID.
- user
Tenant StringId - A user or service principal's tenant ID.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.47.1 published on Monday, Jun 24, 2024 by Pulumi