This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.manufacturingplatform.listManufacturingDataServiceAvailableVersions
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Returns the list of available versions
Uses Azure REST API version 2025-03-01.
Using listManufacturingDataServiceAvailableVersions
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 listManufacturingDataServiceAvailableVersions(args: ListManufacturingDataServiceAvailableVersionsArgs, opts?: InvokeOptions): Promise<ListManufacturingDataServiceAvailableVersionsResult>
function listManufacturingDataServiceAvailableVersionsOutput(args: ListManufacturingDataServiceAvailableVersionsOutputArgs, opts?: InvokeOptions): Output<ListManufacturingDataServiceAvailableVersionsResult>
def list_manufacturing_data_service_available_versions(mds_resource_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListManufacturingDataServiceAvailableVersionsResult
def list_manufacturing_data_service_available_versions_output(mds_resource_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListManufacturingDataServiceAvailableVersionsResult]
func ListManufacturingDataServiceAvailableVersions(ctx *Context, args *ListManufacturingDataServiceAvailableVersionsArgs, opts ...InvokeOption) (*ListManufacturingDataServiceAvailableVersionsResult, error)
func ListManufacturingDataServiceAvailableVersionsOutput(ctx *Context, args *ListManufacturingDataServiceAvailableVersionsOutputArgs, opts ...InvokeOption) ListManufacturingDataServiceAvailableVersionsResultOutput
> Note: This function is named ListManufacturingDataServiceAvailableVersions
in the Go SDK.
public static class ListManufacturingDataServiceAvailableVersions
{
public static Task<ListManufacturingDataServiceAvailableVersionsResult> InvokeAsync(ListManufacturingDataServiceAvailableVersionsArgs args, InvokeOptions? opts = null)
public static Output<ListManufacturingDataServiceAvailableVersionsResult> Invoke(ListManufacturingDataServiceAvailableVersionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListManufacturingDataServiceAvailableVersionsResult> listManufacturingDataServiceAvailableVersions(ListManufacturingDataServiceAvailableVersionsArgs args, InvokeOptions options)
public static Output<ListManufacturingDataServiceAvailableVersionsResult> listManufacturingDataServiceAvailableVersions(ListManufacturingDataServiceAvailableVersionsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:manufacturingplatform:listManufacturingDataServiceAvailableVersions
arguments:
# arguments dictionary
The following arguments are supported:
- Mds
Resource stringName - Name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Mds
Resource stringName - Name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- mds
Resource StringName - Name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- mds
Resource stringName - Name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- mds_
resource_ strname - Name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- mds
Resource StringName - Name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listManufacturingDataServiceAvailableVersions Result
The following output properties are available:
- Versions
[]Application
Version Response - The list of versions
- versions
List<Application
Version Response> - The list of versions
- versions
Application
Version Response[] - The list of versions
- versions
Sequence[Application
Version Response] - The list of versions
- versions List<Property Map>
- The list of versions
Supporting Types
ApplicationVersionResponse
- Is
Deprecated bool - Is Deprecated
- Is
Latest bool - Is Latest
- Is
Preview bool - Is Preview
- Version string
- Application Version
- Is
Deprecated bool - Is Deprecated
- Is
Latest bool - Is Latest
- Is
Preview bool - Is Preview
- Version string
- Application Version
- is
Deprecated Boolean - Is Deprecated
- is
Latest Boolean - Is Latest
- is
Preview Boolean - Is Preview
- version String
- Application Version
- is
Deprecated boolean - Is Deprecated
- is
Latest boolean - Is Latest
- is
Preview boolean - Is Preview
- version string
- Application Version
- is_
deprecated bool - Is Deprecated
- is_
latest bool - Is Latest
- is_
preview bool - Is Preview
- version str
- Application Version
- is
Deprecated Boolean - Is Deprecated
- is
Latest Boolean - Is Latest
- is
Preview Boolean - Is Preview
- version String
- Application Version
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 v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi