1. Packages
  2. Azure Native v2
  3. API Docs
  4. azuredatatransfer
  5. listListSchema
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.azuredatatransfer.listListSchema

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Lists the schemas for the specified connection in a pipeline. Azure REST API version: 2023-10-11-preview.

Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27.

Using listListSchema

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 listListSchema(args: ListListSchemaArgs, opts?: InvokeOptions): Promise<ListListSchemaResult>
function listListSchemaOutput(args: ListListSchemaOutputArgs, opts?: InvokeOptions): Output<ListListSchemaResult>
Copy
def list_list_schema(connection_id: Optional[str] = None,
                     content: Optional[str] = None,
                     id: Optional[str] = None,
                     name: Optional[str] = None,
                     pipeline_name: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     status: Optional[Union[str, SchemaStatus]] = None,
                     opts: Optional[InvokeOptions] = None) -> ListListSchemaResult
def list_list_schema_output(connection_id: Optional[pulumi.Input[str]] = None,
                     content: Optional[pulumi.Input[str]] = None,
                     id: Optional[pulumi.Input[str]] = None,
                     name: Optional[pulumi.Input[str]] = None,
                     pipeline_name: Optional[pulumi.Input[str]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     status: Optional[pulumi.Input[Union[str, SchemaStatus]]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[ListListSchemaResult]
Copy
func ListListSchema(ctx *Context, args *ListListSchemaArgs, opts ...InvokeOption) (*ListListSchemaResult, error)
func ListListSchemaOutput(ctx *Context, args *ListListSchemaOutputArgs, opts ...InvokeOption) ListListSchemaResultOutput
Copy

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

public static class ListListSchema 
{
    public static Task<ListListSchemaResult> InvokeAsync(ListListSchemaArgs args, InvokeOptions? opts = null)
    public static Output<ListListSchemaResult> Invoke(ListListSchemaInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListListSchemaResult> listListSchema(ListListSchemaArgs args, InvokeOptions options)
public static Output<ListListSchemaResult> listListSchema(ListListSchemaArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:azuredatatransfer:listListSchema
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PipelineName
This property is required.
Changes to this property will trigger replacement.
string
The name for the pipeline that is to be requested.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
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 | Pulumi.AzureNative.AzureDataTransfer.SchemaStatus
Status of the schema
PipelineName
This property is required.
Changes to this property will trigger replacement.
string
The name for the pipeline that is to be requested.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
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 | SchemaStatus
Status of the schema
pipelineName
This property is required.
Changes to this property will trigger replacement.
String
The name for the pipeline that is to be requested.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
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 | SchemaStatus
Status of the schema
pipelineName
This property is required.
Changes to this property will trigger replacement.
string
The name for the pipeline that is to be requested.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
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 | SchemaStatus
Status of the schema
pipeline_name
This property is required.
Changes to this property will trigger replacement.
str
The name for the pipeline that is to be requested.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
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 | SchemaStatus
Status of the schema
pipelineName
This property is required.
Changes to this property will trigger replacement.
String
The name for the pipeline that is to be requested.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
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 | "New" | "Approved"
Status of the schema

listListSchema Result

The following output properties are available:

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

Supporting Types

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

SchemaStatus

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi