1. Packages
  2. Azure Native
  3. API Docs
  4. azuredatatransfer
  5. listAzureDataTransferApprovedSchemas
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.41.0 published on Tuesday, May 14, 2024 by Pulumi

azure-native.azuredatatransfer.listAzureDataTransferApprovedSchemas

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.41.0 published on Tuesday, May 14, 2024 by Pulumi

    Lists approved schemas for Azure Data Transfer. Azure REST API version: 2023-10-11-preview.

    Other available API versions: 2024-01-25.

    Using listAzureDataTransferApprovedSchemas

    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 listAzureDataTransferApprovedSchemas(args: ListAzureDataTransferApprovedSchemasArgs, opts?: InvokeOptions): Promise<ListAzureDataTransferApprovedSchemasResult>
    function listAzureDataTransferApprovedSchemasOutput(args: ListAzureDataTransferApprovedSchemasOutputArgs, opts?: InvokeOptions): Output<ListAzureDataTransferApprovedSchemasResult>
    def list_azure_data_transfer_approved_schemas(direction: Optional[Union[str, ListApprovedSchemasDirection]] = None,
                                                  pipeline: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> ListAzureDataTransferApprovedSchemasResult
    def list_azure_data_transfer_approved_schemas_output(direction: Optional[pulumi.Input[Union[str, ListApprovedSchemasDirection]]] = None,
                                                  pipeline: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[ListAzureDataTransferApprovedSchemasResult]
    func ListAzureDataTransferApprovedSchemas(ctx *Context, args *ListAzureDataTransferApprovedSchemasArgs, opts ...InvokeOption) (*ListAzureDataTransferApprovedSchemasResult, error)
    func ListAzureDataTransferApprovedSchemasOutput(ctx *Context, args *ListAzureDataTransferApprovedSchemasOutputArgs, opts ...InvokeOption) ListAzureDataTransferApprovedSchemasResultOutput

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

    public static class ListAzureDataTransferApprovedSchemas 
    {
        public static Task<ListAzureDataTransferApprovedSchemasResult> InvokeAsync(ListAzureDataTransferApprovedSchemasArgs args, InvokeOptions? opts = null)
        public static Output<ListAzureDataTransferApprovedSchemasResult> Invoke(ListAzureDataTransferApprovedSchemasInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListAzureDataTransferApprovedSchemasResult> listAzureDataTransferApprovedSchemas(ListAzureDataTransferApprovedSchemasArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:azuredatatransfer:listAzureDataTransferApprovedSchemas
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Direction string | Pulumi.AzureNative.AzureDataTransfer.ListApprovedSchemasDirection
    The direction pipeline to filter approved schemas.
    Pipeline string
    The name of the pipeline to filter approved schemas.
    Direction string | ListApprovedSchemasDirection
    The direction pipeline to filter approved schemas.
    Pipeline string
    The name of the pipeline to filter approved schemas.
    direction String | ListApprovedSchemasDirection
    The direction pipeline to filter approved schemas.
    pipeline String
    The name of the pipeline to filter approved schemas.
    direction string | ListApprovedSchemasDirection
    The direction pipeline to filter approved schemas.
    pipeline string
    The name of the pipeline to filter approved schemas.
    direction str | ListApprovedSchemasDirection
    The direction pipeline to filter approved schemas.
    pipeline str
    The name of the pipeline to filter approved schemas.
    direction String | "Send" | "Receive"
    The direction pipeline to filter approved schemas.
    pipeline String
    The name of the pipeline to filter approved schemas.

    listAzureDataTransferApprovedSchemas Result

    The following output properties are available:

    Value []SchemaResponse
    Schemas array.
    value SchemaResponse[]
    Schemas array.

    Supporting Types

    ListApprovedSchemasDirection

    SchemaResponse

    ConnectionId string
    Connection ID associated with this schema
    Content string
    Content of the schema
    Id string
    ID associated with this schema
    Name string
    Name of the schema
    Status string
    Status of the schema
    ConnectionId string
    Connection ID associated with this schema
    Content string
    Content of the schema
    Id string
    ID associated with this schema
    Name string
    Name of the schema
    Status string
    Status of the schema
    connectionId String
    Connection ID associated with this schema
    content String
    Content of the schema
    id String
    ID associated with this schema
    name String
    Name of the schema
    status String
    Status of the schema
    connectionId string
    Connection ID associated with this schema
    content string
    Content of the schema
    id string
    ID associated with this schema
    name string
    Name of the schema
    status string
    Status of the schema
    connection_id str
    Connection ID associated with this schema
    content str
    Content of the schema
    id str
    ID associated with this schema
    name str
    Name of the schema
    status str
    Status of the schema
    connectionId String
    Connection ID associated with this schema
    content String
    Content of the schema
    id String
    ID associated with this schema
    name String
    Name of the schema
    status String
    Status of the schema

    Package Details

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