These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.machinelearning.getWebService
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys. API Version: 2017-01-01.
Using getWebService
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 getWebService(args: GetWebServiceArgs, opts?: InvokeOptions): Promise<GetWebServiceResult>
function getWebServiceOutput(args: GetWebServiceOutputArgs, opts?: InvokeOptions): Output<GetWebServiceResult>
def get_web_service(region: Optional[str] = None,
resource_group_name: Optional[str] = None,
web_service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebServiceResult
def get_web_service_output(region: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
web_service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWebServiceResult]
func LookupWebService(ctx *Context, args *LookupWebServiceArgs, opts ...InvokeOption) (*LookupWebServiceResult, error)
func LookupWebServiceOutput(ctx *Context, args *LookupWebServiceOutputArgs, opts ...InvokeOption) LookupWebServiceResultOutput
> Note: This function is named LookupWebService
in the Go SDK.
public static class GetWebService
{
public static Task<GetWebServiceResult> InvokeAsync(GetWebServiceArgs args, InvokeOptions? opts = null)
public static Output<GetWebServiceResult> Invoke(GetWebServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWebServiceResult> getWebService(GetWebServiceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:machinelearning:getWebService
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - Name of the resource group in which the web service is located.
- Web
Service stringName - The name of the web service.
- Region string
- The region for which encrypted credential parameters are valid.
- Resource
Group stringName - Name of the resource group in which the web service is located.
- Web
Service stringName - The name of the web service.
- Region string
- The region for which encrypted credential parameters are valid.
- resource
Group StringName - Name of the resource group in which the web service is located.
- web
Service StringName - The name of the web service.
- region String
- The region for which encrypted credential parameters are valid.
- resource
Group stringName - Name of the resource group in which the web service is located.
- web
Service stringName - The name of the web service.
- region string
- The region for which encrypted credential parameters are valid.
- resource_
group_ strname - Name of the resource group in which the web service is located.
- web_
service_ strname - The name of the web service.
- region str
- The region for which encrypted credential parameters are valid.
- resource
Group StringName - Name of the resource group in which the web service is located.
- web
Service StringName - The name of the web service.
- region String
- The region for which encrypted credential parameters are valid.
getWebService Result
The following output properties are available:
- Id string
- Specifies the resource ID.
- Location string
- Specifies the location of the resource.
- Name string
- Specifies the name of the resource.
- Properties
Pulumi.
Azure Native. Machine Learning. Outputs. Web Service Properties For Graph Response - Contains the property payload that describes the web service.
- Type string
- Specifies the type of the resource.
- Dictionary<string, string>
- Contains resource tags defined as key/value pairs.
- Id string
- Specifies the resource ID.
- Location string
- Specifies the location of the resource.
- Name string
- Specifies the name of the resource.
- Properties
Web
Service Properties For Graph Response - Contains the property payload that describes the web service.
- Type string
- Specifies the type of the resource.
- map[string]string
- Contains resource tags defined as key/value pairs.
- id String
- Specifies the resource ID.
- location String
- Specifies the location of the resource.
- name String
- Specifies the name of the resource.
- properties
Web
Service Properties For Graph Response - Contains the property payload that describes the web service.
- type String
- Specifies the type of the resource.
- Map<String,String>
- Contains resource tags defined as key/value pairs.
- id string
- Specifies the resource ID.
- location string
- Specifies the location of the resource.
- name string
- Specifies the name of the resource.
- properties
Web
Service Properties For Graph Response - Contains the property payload that describes the web service.
- type string
- Specifies the type of the resource.
- {[key: string]: string}
- Contains resource tags defined as key/value pairs.
- id str
- Specifies the resource ID.
- location str
- Specifies the location of the resource.
- name str
- Specifies the name of the resource.
- properties
Web
Service Properties For Graph Response - Contains the property payload that describes the web service.
- type str
- Specifies the type of the resource.
- Mapping[str, str]
- Contains resource tags defined as key/value pairs.
- id String
- Specifies the resource ID.
- location String
- Specifies the location of the resource.
- name String
- Specifies the name of the resource.
- properties Property Map
- Contains the property payload that describes the web service.
- type String
- Specifies the type of the resource.
- Map<String>
- Contains resource tags defined as key/value pairs.
Supporting Types
AssetItemResponse
- Location
Info Pulumi.Azure Native. Machine Learning. Inputs. Blob Location Response - Access information for the asset.
- Name string
- Asset's friendly name.
- Type string
- Asset's type.
- Id string
- Asset's Id.
- Input
Ports Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Input Port Response> - Information about the asset's input ports.
- Metadata Dictionary<string, string>
- If the asset is a custom module, this holds the module's metadata.
- Output
Ports Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Output Port Response> - Information about the asset's output ports.
- Parameters
List<Pulumi.
Azure Native. Machine Learning. Inputs. Module Asset Parameter Response> - If the asset is a custom module, this holds the module's parameters.
- Location
Info BlobLocation Response - Access information for the asset.
- Name string
- Asset's friendly name.
- Type string
- Asset's type.
- Id string
- Asset's Id.
- Input
Ports map[string]InputPort Response - Information about the asset's input ports.
- Metadata map[string]string
- If the asset is a custom module, this holds the module's metadata.
- Output
Ports map[string]OutputPort Response - Information about the asset's output ports.
- Parameters
[]Module
Asset Parameter Response - If the asset is a custom module, this holds the module's parameters.
- location
Info BlobLocation Response - Access information for the asset.
- name String
- Asset's friendly name.
- type String
- Asset's type.
- id String
- Asset's Id.
- input
Ports Map<String,InputPort Response> - Information about the asset's input ports.
- metadata Map<String,String>
- If the asset is a custom module, this holds the module's metadata.
- output
Ports Map<String,OutputPort Response> - Information about the asset's output ports.
- parameters
List<Module
Asset Parameter Response> - If the asset is a custom module, this holds the module's parameters.
- location
Info BlobLocation Response - Access information for the asset.
- name string
- Asset's friendly name.
- type string
- Asset's type.
- id string
- Asset's Id.
- input
Ports {[key: string]: InputPort Response} - Information about the asset's input ports.
- metadata {[key: string]: string}
- If the asset is a custom module, this holds the module's metadata.
- output
Ports {[key: string]: OutputPort Response} - Information about the asset's output ports.
- parameters
Module
Asset Parameter Response[] - If the asset is a custom module, this holds the module's parameters.
- location_
info BlobLocation Response - Access information for the asset.
- name str
- Asset's friendly name.
- type str
- Asset's type.
- id str
- Asset's Id.
- input_
ports Mapping[str, InputPort Response] - Information about the asset's input ports.
- metadata Mapping[str, str]
- If the asset is a custom module, this holds the module's metadata.
- output_
ports Mapping[str, OutputPort Response] - Information about the asset's output ports.
- parameters
Sequence[Module
Asset Parameter Response] - If the asset is a custom module, this holds the module's parameters.
- location
Info Property Map - Access information for the asset.
- name String
- Asset's friendly name.
- type String
- Asset's type.
- id String
- Asset's Id.
- input
Ports Map<Property Map> - Information about the asset's input ports.
- metadata Map<String>
- If the asset is a custom module, this holds the module's metadata.
- output
Ports Map<Property Map> - Information about the asset's output ports.
- parameters List<Property Map>
- If the asset is a custom module, this holds the module's parameters.
BlobLocationResponse
- Uri string
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- Credentials string
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- Uri string
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- Credentials string
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- uri String
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- credentials String
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- uri string
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- credentials string
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- uri str
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- credentials str
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
- uri String
- The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.
- credentials String
- Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)
ColumnSpecificationResponse
- Type string
- Data type of the column.
- Enum List<object>
- If the data type is categorical, this provides the list of accepted categories.
- Format string
- Additional format information for the data type.
- XMs
Isnullable bool - Flag indicating if the type supports null values or not.
- XMs
Isordered bool - Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- Type string
- Data type of the column.
- Enum []interface{}
- If the data type is categorical, this provides the list of accepted categories.
- Format string
- Additional format information for the data type.
- XMs
Isnullable bool - Flag indicating if the type supports null values or not.
- XMs
Isordered bool - Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- type String
- Data type of the column.
- enum_ List<Object>
- If the data type is categorical, this provides the list of accepted categories.
- format String
- Additional format information for the data type.
- x
Ms BooleanIsnullable - Flag indicating if the type supports null values or not.
- x
Ms BooleanIsordered - Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- type string
- Data type of the column.
- enum any[]
- If the data type is categorical, this provides the list of accepted categories.
- format string
- Additional format information for the data type.
- x
Ms booleanIsnullable - Flag indicating if the type supports null values or not.
- x
Ms booleanIsordered - Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- type str
- Data type of the column.
- enum Sequence[Any]
- If the data type is categorical, this provides the list of accepted categories.
- format str
- Additional format information for the data type.
- x_
ms_ boolisnullable - Flag indicating if the type supports null values or not.
- x_
ms_ boolisordered - Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
- type String
- Data type of the column.
- enum List<Any>
- If the data type is categorical, this provides the list of accepted categories.
- format String
- Additional format information for the data type.
- x
Ms BooleanIsnullable - Flag indicating if the type supports null values or not.
- x
Ms BooleanIsordered - Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column.
CommitmentPlanResponse
- Id string
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- Id string
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- id String
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- id string
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- id str
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
- id String
- Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.
DiagnosticsConfigurationResponse
- Level string
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- Expiry string
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- Level string
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- Expiry string
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- level String
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- expiry String
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- level string
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- expiry string
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- level str
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- expiry str
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
- level String
- Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
- expiry String
- Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
ExampleRequestResponse
- Global
Parameters Dictionary<string, object> - Sample input data for the web service's global parameters
- Inputs
Dictionary<string, Immutable
Array<Immutable Array<object>>> - Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- Global
Parameters map[string]interface{} - Sample input data for the web service's global parameters
- Inputs map[string][][]interface{}
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- global
Parameters Map<String,Object> - Sample input data for the web service's global parameters
- inputs Map<String,List<List<Object>>>
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- global
Parameters {[key: string]: any} - Sample input data for the web service's global parameters
- inputs {[key: string]: any[][]}
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- global_
parameters Mapping[str, Any] - Sample input data for the web service's global parameters
- inputs Mapping[str, Sequence[Sequence[Any]]]
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
- global
Parameters Map<Any> - Sample input data for the web service's global parameters
- inputs Map<List<List<Any>>>
- Sample input data for the web service's input(s) given as an input name to sample input values matrix map.
GraphEdgeResponse
- Source
Node stringId - The source graph node's identifier.
- Source
Port stringId - The identifier of the source node's port that the edge connects from.
- Target
Node stringId - The destination graph node's identifier.
- Target
Port stringId - The identifier of the destination node's port that the edge connects into.
- Source
Node stringId - The source graph node's identifier.
- Source
Port stringId - The identifier of the source node's port that the edge connects from.
- Target
Node stringId - The destination graph node's identifier.
- Target
Port stringId - The identifier of the destination node's port that the edge connects into.
- source
Node StringId - The source graph node's identifier.
- source
Port StringId - The identifier of the source node's port that the edge connects from.
- target
Node StringId - The destination graph node's identifier.
- target
Port StringId - The identifier of the destination node's port that the edge connects into.
- source
Node stringId - The source graph node's identifier.
- source
Port stringId - The identifier of the source node's port that the edge connects from.
- target
Node stringId - The destination graph node's identifier.
- target
Port stringId - The identifier of the destination node's port that the edge connects into.
- source_
node_ strid - The source graph node's identifier.
- source_
port_ strid - The identifier of the source node's port that the edge connects from.
- target_
node_ strid - The destination graph node's identifier.
- target_
port_ strid - The identifier of the destination node's port that the edge connects into.
- source
Node StringId - The source graph node's identifier.
- source
Port StringId - The identifier of the source node's port that the edge connects from.
- target
Node StringId - The destination graph node's identifier.
- target
Port StringId - The identifier of the destination node's port that the edge connects into.
GraphNodeResponse
- Asset
Id string - The id of the asset represented by this node.
- Input
Id string - The id of the input element represented by this node.
- Output
Id string - The id of the output element represented by this node.
- Parameters
Dictionary<string, Pulumi.
Azure Native. Machine Learning. Inputs. Web Service Parameter Response> - If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- Asset
Id string - The id of the asset represented by this node.
- Input
Id string - The id of the input element represented by this node.
- Output
Id string - The id of the output element represented by this node.
- Parameters
map[string]Web
Service Parameter Response - If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- asset
Id String - The id of the asset represented by this node.
- input
Id String - The id of the input element represented by this node.
- output
Id String - The id of the output element represented by this node.
- parameters
Map<String,Web
Service Parameter Response> - If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- asset
Id string - The id of the asset represented by this node.
- input
Id string - The id of the input element represented by this node.
- output
Id string - The id of the output element represented by this node.
- parameters
{[key: string]: Web
Service Parameter Response} - If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- asset_
id str - The id of the asset represented by this node.
- input_
id str - The id of the input element represented by this node.
- output_
id str - The id of the output element represented by this node.
- parameters
Mapping[str, Web
Service Parameter Response] - If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
- asset
Id String - The id of the asset represented by this node.
- input
Id String - The id of the input element represented by this node.
- output
Id String - The id of the output element represented by this node.
- parameters Map<Property Map>
- If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.
GraphPackageResponse
- Edges
List<Pulumi.
Azure Native. Machine Learning. Inputs. Graph Edge Response> - The list of edges making up the graph.
- Graph
Parameters Dictionary<string, Pulumi.Azure Native. Machine Learning. Inputs. Graph Parameter Response> - The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- Nodes
Dictionary<string, Pulumi.
Azure Native. Machine Learning. Inputs. Graph Node Response> - The set of nodes making up the graph, provided as a nodeId to GraphNode map
- Edges
[]Graph
Edge Response - The list of edges making up the graph.
- Graph
Parameters map[string]GraphParameter Response - The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- Nodes
map[string]Graph
Node Response - The set of nodes making up the graph, provided as a nodeId to GraphNode map
- edges
List<Graph
Edge Response> - The list of edges making up the graph.
- graph
Parameters Map<String,GraphParameter Response> - The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- nodes
Map<String,Graph
Node Response> - The set of nodes making up the graph, provided as a nodeId to GraphNode map
- edges
Graph
Edge Response[] - The list of edges making up the graph.
- graph
Parameters {[key: string]: GraphParameter Response} - The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- nodes
{[key: string]: Graph
Node Response} - The set of nodes making up the graph, provided as a nodeId to GraphNode map
- edges
Sequence[Graph
Edge Response] - The list of edges making up the graph.
- graph_
parameters Mapping[str, GraphParameter Response] - The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- nodes
Mapping[str, Graph
Node Response] - The set of nodes making up the graph, provided as a nodeId to GraphNode map
- edges List<Property Map>
- The list of edges making up the graph.
- graph
Parameters Map<Property Map> - The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
- nodes Map<Property Map>
- The set of nodes making up the graph, provided as a nodeId to GraphNode map
GraphParameterLinkResponse
- Node
Id string - The graph node's identifier
- Parameter
Key string - The identifier of the node parameter that the global parameter maps to.
- Node
Id string - The graph node's identifier
- Parameter
Key string - The identifier of the node parameter that the global parameter maps to.
- node
Id String - The graph node's identifier
- parameter
Key String - The identifier of the node parameter that the global parameter maps to.
- node
Id string - The graph node's identifier
- parameter
Key string - The identifier of the node parameter that the global parameter maps to.
- node_
id str - The graph node's identifier
- parameter_
key str - The identifier of the node parameter that the global parameter maps to.
- node
Id String - The graph node's identifier
- parameter
Key String - The identifier of the node parameter that the global parameter maps to.
GraphParameterResponse
- Links
List<Pulumi.
Azure Native. Machine Learning. Inputs. Graph Parameter Link Response> - Association links for this parameter to nodes in the graph.
- Type string
- Graph parameter's type.
- Description string
- Description of this graph parameter.
- Links
[]Graph
Parameter Link Response - Association links for this parameter to nodes in the graph.
- Type string
- Graph parameter's type.
- Description string
- Description of this graph parameter.
- links
List<Graph
Parameter Link Response> - Association links for this parameter to nodes in the graph.
- type String
- Graph parameter's type.
- description String
- Description of this graph parameter.
- links
Graph
Parameter Link Response[] - Association links for this parameter to nodes in the graph.
- type string
- Graph parameter's type.
- description string
- Description of this graph parameter.
- links
Sequence[Graph
Parameter Link Response] - Association links for this parameter to nodes in the graph.
- type str
- Graph parameter's type.
- description str
- Description of this graph parameter.
- links List<Property Map>
- Association links for this parameter to nodes in the graph.
- type String
- Graph parameter's type.
- description String
- Description of this graph parameter.
InputPortResponse
- Type string
- Port data type.
- Type string
- Port data type.
- type String
- Port data type.
- type string
- Port data type.
- type str
- Port data type.
- type String
- Port data type.
MachineLearningWorkspaceResponse
- Id string
- Specifies the workspace ID of the machine learning workspace associated with the web service
- Id string
- Specifies the workspace ID of the machine learning workspace associated with the web service
- id String
- Specifies the workspace ID of the machine learning workspace associated with the web service
- id string
- Specifies the workspace ID of the machine learning workspace associated with the web service
- id str
- Specifies the workspace ID of the machine learning workspace associated with the web service
- id String
- Specifies the workspace ID of the machine learning workspace associated with the web service
ModeValueInfoResponse
- Interface
String string - The interface string name for the nested parameter.
- Parameters
List<Pulumi.
Azure Native. Machine Learning. Inputs. Module Asset Parameter Response> - The definition of the parameter.
- Interface
String string - The interface string name for the nested parameter.
- Parameters
[]Module
Asset Parameter Response - The definition of the parameter.
- interface
String String - The interface string name for the nested parameter.
- parameters
List<Module
Asset Parameter Response> - The definition of the parameter.
- interface
String string - The interface string name for the nested parameter.
- parameters
Module
Asset Parameter Response[] - The definition of the parameter.
- interface_
string str - The interface string name for the nested parameter.
- parameters
Sequence[Module
Asset Parameter Response] - The definition of the parameter.
- interface
String String - The interface string name for the nested parameter.
- parameters List<Property Map>
- The definition of the parameter.
ModuleAssetParameterResponse
- Mode
Values Dictionary<string, Pulumi.Info Azure Native. Machine Learning. Inputs. Mode Value Info Response> - Definitions for nested interface parameters if this is a complex module parameter.
- Name string
- Parameter name.
- Parameter
Type string - Parameter type.
- Mode
Values map[string]ModeInfo Value Info Response - Definitions for nested interface parameters if this is a complex module parameter.
- Name string
- Parameter name.
- Parameter
Type string - Parameter type.
- mode
Values Map<String,ModeInfo Value Info Response> - Definitions for nested interface parameters if this is a complex module parameter.
- name String
- Parameter name.
- parameter
Type String - Parameter type.
- mode
Values {[key: string]: ModeInfo Value Info Response} - Definitions for nested interface parameters if this is a complex module parameter.
- name string
- Parameter name.
- parameter
Type string - Parameter type.
- mode_
values_ Mapping[str, Modeinfo Value Info Response] - Definitions for nested interface parameters if this is a complex module parameter.
- name str
- Parameter name.
- parameter_
type str - Parameter type.
- mode
Values Map<Property Map>Info - Definitions for nested interface parameters if this is a complex module parameter.
- name String
- Parameter name.
- parameter
Type String - Parameter type.
OutputPortResponse
- Type string
- Port data type.
- Type string
- Port data type.
- type String
- Port data type.
- type string
- Port data type.
- type str
- Port data type.
- type String
- Port data type.
RealtimeConfigurationResponse
- Max
Concurrent intCalls - Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- Max
Concurrent intCalls - Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- max
Concurrent IntegerCalls - Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- max
Concurrent numberCalls - Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- max_
concurrent_ intcalls - Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
- max
Concurrent NumberCalls - Specifies the maximum concurrent calls that can be made to the web service. Minimum value: 4, Maximum value: 200.
ServiceInputOutputSpecificationResponse
- Properties
Dictionary<string, Pulumi.
Azure Native. Machine Learning. Inputs. Table Specification Response> - Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- Type string
- The type of the entity described in swagger. Always 'object'.
- Description string
- The description of the Swagger schema.
- Title string
- The title of your Swagger schema.
- Properties
map[string]Table
Specification Response - Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- Type string
- The type of the entity described in swagger. Always 'object'.
- Description string
- The description of the Swagger schema.
- Title string
- The title of your Swagger schema.
- properties
Map<String,Table
Specification Response> - Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- type String
- The type of the entity described in swagger. Always 'object'.
- description String
- The description of the Swagger schema.
- title String
- The title of your Swagger schema.
- properties
{[key: string]: Table
Specification Response} - Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- type string
- The type of the entity described in swagger. Always 'object'.
- description string
- The description of the Swagger schema.
- title string
- The title of your Swagger schema.
- properties
Mapping[str, Table
Specification Response] - Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- type str
- The type of the entity described in swagger. Always 'object'.
- description str
- The description of the Swagger schema.
- title str
- The title of your Swagger schema.
- properties Map<Property Map>
- Specifies a collection that contains the column schema for each input or output of the web service. For more information, see the Swagger specification.
- type String
- The type of the entity described in swagger. Always 'object'.
- description String
- The description of the Swagger schema.
- title String
- The title of your Swagger schema.
StorageAccountResponse
TableSpecificationResponse
- Type string
- The type of the entity described in swagger.
- Description string
- Swagger schema description.
- Format string
- The format, if 'type' is not 'object'
- Properties
Dictionary<string, Pulumi.
Azure Native. Machine Learning. Inputs. Column Specification Response> - The set of columns within the data table.
- Title string
- Swagger schema title.
- Type string
- The type of the entity described in swagger.
- Description string
- Swagger schema description.
- Format string
- The format, if 'type' is not 'object'
- Properties
map[string]Column
Specification Response - The set of columns within the data table.
- Title string
- Swagger schema title.
- type String
- The type of the entity described in swagger.
- description String
- Swagger schema description.
- format String
- The format, if 'type' is not 'object'
- properties
Map<String,Column
Specification Response> - The set of columns within the data table.
- title String
- Swagger schema title.
- type string
- The type of the entity described in swagger.
- description string
- Swagger schema description.
- format string
- The format, if 'type' is not 'object'
- properties
{[key: string]: Column
Specification Response} - The set of columns within the data table.
- title string
- Swagger schema title.
- type str
- The type of the entity described in swagger.
- description str
- Swagger schema description.
- format str
- The format, if 'type' is not 'object'
- properties
Mapping[str, Column
Specification Response] - The set of columns within the data table.
- title str
- Swagger schema title.
- type String
- The type of the entity described in swagger.
- description String
- Swagger schema description.
- format String
- The format, if 'type' is not 'object'
- properties Map<Property Map>
- The set of columns within the data table.
- title String
- Swagger schema title.
WebServiceKeysResponse
WebServiceParameterResponse
- Certificate
Thumbprint string - If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- Value object
- The parameter value
- Certificate
Thumbprint string - If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- Value interface{}
- The parameter value
- certificate
Thumbprint String - If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- value Object
- The parameter value
- certificate
Thumbprint string - If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- value any
- The parameter value
- certificate_
thumbprint str - If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- value Any
- The parameter value
- certificate
Thumbprint String - If the parameter value in 'value' field is encrypted, the thumbprint of the certificate should be put here.
- value Any
- The parameter value
WebServicePropertiesForGraphResponse
- Created
On string - Read Only: The date and time when the web service was created.
- Modified
On string - Read Only: The date and time when the web service was last modified.
- Provisioning
State string - Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- Swagger
Location string - Read Only: Contains the URI of the swagger spec associated with this web service.
- Assets
Dictionary<string, Pulumi.
Azure Native. Machine Learning. Inputs. Asset Item Response> - Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- Commitment
Plan Pulumi.Azure Native. Machine Learning. Inputs. Commitment Plan Response - Contains the commitment plan associated with this web service. Set at creation time. Once set, this value cannot be changed. Note: The commitment plan is not returned from calls to GET operations.
- Description string
- The description of the web service.
- Diagnostics
Pulumi.
Azure Native. Machine Learning. Inputs. Diagnostics Configuration Response - Settings controlling the diagnostics traces collection for the web service.
- Example
Request Pulumi.Azure Native. Machine Learning. Inputs. Example Request Response - Defines sample input data for one or more of the service's inputs.
- Expose
Sample boolData - When set to true, sample data is included in the web service's swagger definition. The default value is true.
- Input
Pulumi.
Azure Native. Machine Learning. Inputs. Service Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- Keys
Pulumi.
Azure Native. Machine Learning. Inputs. Web Service Keys Response - Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations.
- Machine
Learning Pulumi.Workspace Azure Native. Machine Learning. Inputs. Machine Learning Workspace Response - Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- Output
Pulumi.
Azure Native. Machine Learning. Inputs. Service Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- Package
Pulumi.
Azure Native. Machine Learning. Inputs. Graph Package Response - The definition of the graph package making up this web service.
- Parameters
Dictionary<string, Pulumi.
Azure Native. Machine Learning. Inputs. Web Service Parameter Response> - The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required.
- Payloads
In boolBlob Storage - When set to true, indicates that the payload size is larger than 3 MB. Otherwise false. If the payload size exceed 3 MB, the payload is stored in a blob and the PayloadsLocation parameter contains the URI of the blob. Otherwise, this will be set to false and Assets, Input, Output, Package, Parameters, ExampleRequest are inline. The Payload sizes is determined by adding the size of the Assets, Input, Output, Package, Parameters, and the ExampleRequest.
- Payloads
Location Pulumi.Azure Native. Machine Learning. Inputs. Blob Location Response - The URI of the payload blob. This parameter contains a value only if the payloadsInBlobStorage parameter is set to true. Otherwise is set to null.
- Read
Only bool - When set to true, indicates that the web service is read-only and can no longer be updated or patched, only removed. Default, is false. Note: Once set to true, you cannot change its value.
- Realtime
Configuration Pulumi.Azure Native. Machine Learning. Inputs. Realtime Configuration Response - Contains the configuration settings for the web service endpoint.
- Storage
Account Pulumi.Azure Native. Machine Learning. Inputs. Storage Account Response - Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.
- Title string
- The title of the web service.
- Created
On string - Read Only: The date and time when the web service was created.
- Modified
On string - Read Only: The date and time when the web service was last modified.
- Provisioning
State string - Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- Swagger
Location string - Read Only: Contains the URI of the swagger spec associated with this web service.
- Assets
map[string]Asset
Item Response - Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- Commitment
Plan CommitmentPlan Response - Contains the commitment plan associated with this web service. Set at creation time. Once set, this value cannot be changed. Note: The commitment plan is not returned from calls to GET operations.
- Description string
- The description of the web service.
- Diagnostics
Diagnostics
Configuration Response - Settings controlling the diagnostics traces collection for the web service.
- Example
Request ExampleRequest Response - Defines sample input data for one or more of the service's inputs.
- Expose
Sample boolData - When set to true, sample data is included in the web service's swagger definition. The default value is true.
- Input
Service
Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- Keys
Web
Service Keys Response - Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations.
- Machine
Learning MachineWorkspace Learning Workspace Response - Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- Output
Service
Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- Package
Graph
Package Response - The definition of the graph package making up this web service.
- Parameters
map[string]Web
Service Parameter Response - The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required.
- Payloads
In boolBlob Storage - When set to true, indicates that the payload size is larger than 3 MB. Otherwise false. If the payload size exceed 3 MB, the payload is stored in a blob and the PayloadsLocation parameter contains the URI of the blob. Otherwise, this will be set to false and Assets, Input, Output, Package, Parameters, ExampleRequest are inline. The Payload sizes is determined by adding the size of the Assets, Input, Output, Package, Parameters, and the ExampleRequest.
- Payloads
Location BlobLocation Response - The URI of the payload blob. This parameter contains a value only if the payloadsInBlobStorage parameter is set to true. Otherwise is set to null.
- Read
Only bool - When set to true, indicates that the web service is read-only and can no longer be updated or patched, only removed. Default, is false. Note: Once set to true, you cannot change its value.
- Realtime
Configuration RealtimeConfiguration Response - Contains the configuration settings for the web service endpoint.
- Storage
Account StorageAccount Response - Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.
- Title string
- The title of the web service.
- created
On String - Read Only: The date and time when the web service was created.
- modified
On String - Read Only: The date and time when the web service was last modified.
- provisioning
State String - Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- swagger
Location String - Read Only: Contains the URI of the swagger spec associated with this web service.
- assets
Map<String,Asset
Item Response> - Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- commitment
Plan CommitmentPlan Response - Contains the commitment plan associated with this web service. Set at creation time. Once set, this value cannot be changed. Note: The commitment plan is not returned from calls to GET operations.
- description String
- The description of the web service.
- diagnostics
Diagnostics
Configuration Response - Settings controlling the diagnostics traces collection for the web service.
- example
Request ExampleRequest Response - Defines sample input data for one or more of the service's inputs.
- expose
Sample BooleanData - When set to true, sample data is included in the web service's swagger definition. The default value is true.
- input
Service
Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- keys
Web
Service Keys Response - Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations.
- machine
Learning MachineWorkspace Learning Workspace Response - Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- output
Service
Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- package_
Graph
Package Response - The definition of the graph package making up this web service.
- parameters
Map<String,Web
Service Parameter Response> - The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required.
- payloads
In BooleanBlob Storage - When set to true, indicates that the payload size is larger than 3 MB. Otherwise false. If the payload size exceed 3 MB, the payload is stored in a blob and the PayloadsLocation parameter contains the URI of the blob. Otherwise, this will be set to false and Assets, Input, Output, Package, Parameters, ExampleRequest are inline. The Payload sizes is determined by adding the size of the Assets, Input, Output, Package, Parameters, and the ExampleRequest.
- payloads
Location BlobLocation Response - The URI of the payload blob. This parameter contains a value only if the payloadsInBlobStorage parameter is set to true. Otherwise is set to null.
- read
Only Boolean - When set to true, indicates that the web service is read-only and can no longer be updated or patched, only removed. Default, is false. Note: Once set to true, you cannot change its value.
- realtime
Configuration RealtimeConfiguration Response - Contains the configuration settings for the web service endpoint.
- storage
Account StorageAccount Response - Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.
- title String
- The title of the web service.
- created
On string - Read Only: The date and time when the web service was created.
- modified
On string - Read Only: The date and time when the web service was last modified.
- provisioning
State string - Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- swagger
Location string - Read Only: Contains the URI of the swagger spec associated with this web service.
- assets
{[key: string]: Asset
Item Response} - Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- commitment
Plan CommitmentPlan Response - Contains the commitment plan associated with this web service. Set at creation time. Once set, this value cannot be changed. Note: The commitment plan is not returned from calls to GET operations.
- description string
- The description of the web service.
- diagnostics
Diagnostics
Configuration Response - Settings controlling the diagnostics traces collection for the web service.
- example
Request ExampleRequest Response - Defines sample input data for one or more of the service's inputs.
- expose
Sample booleanData - When set to true, sample data is included in the web service's swagger definition. The default value is true.
- input
Service
Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- keys
Web
Service Keys Response - Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations.
- machine
Learning MachineWorkspace Learning Workspace Response - Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- output
Service
Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- package
Graph
Package Response - The definition of the graph package making up this web service.
- parameters
{[key: string]: Web
Service Parameter Response} - The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required.
- payloads
In booleanBlob Storage - When set to true, indicates that the payload size is larger than 3 MB. Otherwise false. If the payload size exceed 3 MB, the payload is stored in a blob and the PayloadsLocation parameter contains the URI of the blob. Otherwise, this will be set to false and Assets, Input, Output, Package, Parameters, ExampleRequest are inline. The Payload sizes is determined by adding the size of the Assets, Input, Output, Package, Parameters, and the ExampleRequest.
- payloads
Location BlobLocation Response - The URI of the payload blob. This parameter contains a value only if the payloadsInBlobStorage parameter is set to true. Otherwise is set to null.
- read
Only boolean - When set to true, indicates that the web service is read-only and can no longer be updated or patched, only removed. Default, is false. Note: Once set to true, you cannot change its value.
- realtime
Configuration RealtimeConfiguration Response - Contains the configuration settings for the web service endpoint.
- storage
Account StorageAccount Response - Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.
- title string
- The title of the web service.
- created_
on str - Read Only: The date and time when the web service was created.
- modified_
on str - Read Only: The date and time when the web service was last modified.
- provisioning_
state str - Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- swagger_
location str - Read Only: Contains the URI of the swagger spec associated with this web service.
- assets
Mapping[str, Asset
Item Response] - Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- commitment_
plan CommitmentPlan Response - Contains the commitment plan associated with this web service. Set at creation time. Once set, this value cannot be changed. Note: The commitment plan is not returned from calls to GET operations.
- description str
- The description of the web service.
- diagnostics
Diagnostics
Configuration Response - Settings controlling the diagnostics traces collection for the web service.
- example_
request ExampleRequest Response - Defines sample input data for one or more of the service's inputs.
- expose_
sample_ booldata - When set to true, sample data is included in the web service's swagger definition. The default value is true.
- input
Service
Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- keys
Web
Service Keys Response - Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations.
- machine_
learning_ Machineworkspace Learning Workspace Response - Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- output
Service
Input Output Specification Response - Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- package
Graph
Package Response - The definition of the graph package making up this web service.
- parameters
Mapping[str, Web
Service Parameter Response] - The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required.
- payloads_
in_ boolblob_ storage - When set to true, indicates that the payload size is larger than 3 MB. Otherwise false. If the payload size exceed 3 MB, the payload is stored in a blob and the PayloadsLocation parameter contains the URI of the blob. Otherwise, this will be set to false and Assets, Input, Output, Package, Parameters, ExampleRequest are inline. The Payload sizes is determined by adding the size of the Assets, Input, Output, Package, Parameters, and the ExampleRequest.
- payloads_
location BlobLocation Response - The URI of the payload blob. This parameter contains a value only if the payloadsInBlobStorage parameter is set to true. Otherwise is set to null.
- read_
only bool - When set to true, indicates that the web service is read-only and can no longer be updated or patched, only removed. Default, is false. Note: Once set to true, you cannot change its value.
- realtime_
configuration RealtimeConfiguration Response - Contains the configuration settings for the web service endpoint.
- storage_
account StorageAccount Response - Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.
- title str
- The title of the web service.
- created
On String - Read Only: The date and time when the web service was created.
- modified
On String - Read Only: The date and time when the web service was last modified.
- provisioning
State String - Read Only: The provision state of the web service. Valid values are Unknown, Provisioning, Succeeded, and Failed.
- swagger
Location String - Read Only: Contains the URI of the swagger spec associated with this web service.
- assets Map<Property Map>
- Contains user defined properties describing web service assets. Properties are expressed as Key/Value pairs.
- commitment
Plan Property Map - Contains the commitment plan associated with this web service. Set at creation time. Once set, this value cannot be changed. Note: The commitment plan is not returned from calls to GET operations.
- description String
- The description of the web service.
- diagnostics Property Map
- Settings controlling the diagnostics traces collection for the web service.
- example
Request Property Map - Defines sample input data for one or more of the service's inputs.
- expose
Sample BooleanData - When set to true, sample data is included in the web service's swagger definition. The default value is true.
- input Property Map
- Contains the Swagger 2.0 schema describing one or more of the web service's inputs. For more information, see the Swagger specification.
- keys Property Map
- Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations.
- machine
Learning Property MapWorkspace - Specifies the Machine Learning workspace containing the experiment that is source for the web service.
- output Property Map
- Contains the Swagger 2.0 schema describing one or more of the web service's outputs. For more information, see the Swagger specification.
- package Property Map
- The definition of the graph package making up this web service.
- parameters Map<Property Map>
- The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required.
- payloads
In BooleanBlob Storage - When set to true, indicates that the payload size is larger than 3 MB. Otherwise false. If the payload size exceed 3 MB, the payload is stored in a blob and the PayloadsLocation parameter contains the URI of the blob. Otherwise, this will be set to false and Assets, Input, Output, Package, Parameters, ExampleRequest are inline. The Payload sizes is determined by adding the size of the Assets, Input, Output, Package, Parameters, and the ExampleRequest.
- payloads
Location Property Map - The URI of the payload blob. This parameter contains a value only if the payloadsInBlobStorage parameter is set to true. Otherwise is set to null.
- read
Only Boolean - When set to true, indicates that the web service is read-only and can no longer be updated or patched, only removed. Default, is false. Note: Once set to true, you cannot change its value.
- realtime
Configuration Property Map - Contains the configuration settings for the web service endpoint.
- storage
Account Property Map - Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.
- title String
- The title of the web service.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi