Azure Native
getExportPipeline
An object that represents an export pipeline for a container registry. API Version: 2020-11-01-preview.
Using getExportPipeline
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 getExportPipeline(args: GetExportPipelineArgs, opts?: InvokeOptions): Promise<GetExportPipelineResult>
function getExportPipelineOutput(args: GetExportPipelineOutputArgs, opts?: InvokeOptions): Output<GetExportPipelineResult>
def get_export_pipeline(export_pipeline_name: Optional[str] = None,
registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExportPipelineResult
def get_export_pipeline_output(export_pipeline_name: Optional[pulumi.Input[str]] = None,
registry_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExportPipelineResult]
func LookupExportPipeline(ctx *Context, args *LookupExportPipelineArgs, opts ...InvokeOption) (*LookupExportPipelineResult, error)
func LookupExportPipelineOutput(ctx *Context, args *LookupExportPipelineOutputArgs, opts ...InvokeOption) LookupExportPipelineResultOutput
> Note: This function is named LookupExportPipeline
in the Go SDK.
public static class GetExportPipeline
{
public static Task<GetExportPipelineResult> InvokeAsync(GetExportPipelineArgs args, InvokeOptions? opts = null)
public static Output<GetExportPipelineResult> Invoke(GetExportPipelineInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExportPipelineResult> getExportPipeline(GetExportPipelineArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:containerregistry:getExportPipeline
Arguments:
# Arguments dictionary
The following arguments are supported:
- Export
Pipeline stringName The name of the export pipeline.
- Registry
Name string The name of the container registry.
- Resource
Group stringName The name of the resource group to which the container registry belongs.
- Export
Pipeline stringName The name of the export pipeline.
- Registry
Name string The name of the container registry.
- Resource
Group stringName The name of the resource group to which the container registry belongs.
- export
Pipeline StringName The name of the export pipeline.
- registry
Name String The name of the container registry.
- resource
Group StringName The name of the resource group to which the container registry belongs.
- export
Pipeline stringName The name of the export pipeline.
- registry
Name string The name of the container registry.
- resource
Group stringName The name of the resource group to which the container registry belongs.
- export_
pipeline_ strname The name of the export pipeline.
- registry_
name str The name of the container registry.
- resource_
group_ strname The name of the resource group to which the container registry belongs.
- export
Pipeline StringName The name of the export pipeline.
- registry
Name String The name of the container registry.
- resource
Group StringName The name of the resource group to which the container registry belongs.
getExportPipeline Result
The following output properties are available:
- Id string
The resource ID.
- Name string
The name of the resource.
- Provisioning
State string The provisioning state of the pipeline at the time the operation was called.
- System
Data Pulumi.Azure Native. Container Registry. Outputs. System Data Response Metadata pertaining to creation and last modification of the resource.
- Target
Pulumi.
Azure Native. Container Registry. Outputs. Export Pipeline Target Properties Response The target properties of the export pipeline.
- Type string
The type of the resource.
- Identity
Pulumi.
Azure Native. Container Registry. Outputs. Identity Properties Response The identity of the export pipeline.
- Location string
The location of the export pipeline.
- Options List<string>
The list of all options configured for the pipeline.
- Id string
The resource ID.
- Name string
The name of the resource.
- Provisioning
State string The provisioning state of the pipeline at the time the operation was called.
- System
Data SystemData Response Metadata pertaining to creation and last modification of the resource.
- Target
Export
Pipeline Target Properties Response The target properties of the export pipeline.
- Type string
The type of the resource.
- Identity
Identity
Properties Response The identity of the export pipeline.
- Location string
The location of the export pipeline.
- Options []string
The list of all options configured for the pipeline.
- id String
The resource ID.
- name String
The name of the resource.
- provisioning
State String The provisioning state of the pipeline at the time the operation was called.
- system
Data SystemData Response Metadata pertaining to creation and last modification of the resource.
- target
Export
Pipeline Target Properties Response The target properties of the export pipeline.
- type String
The type of the resource.
- identity
Identity
Properties Response The identity of the export pipeline.
- location String
The location of the export pipeline.
- options List<String>
The list of all options configured for the pipeline.
- id string
The resource ID.
- name string
The name of the resource.
- provisioning
State string The provisioning state of the pipeline at the time the operation was called.
- system
Data SystemData Response Metadata pertaining to creation and last modification of the resource.
- target
Export
Pipeline Target Properties Response The target properties of the export pipeline.
- type string
The type of the resource.
- identity
Identity
Properties Response The identity of the export pipeline.
- location string
The location of the export pipeline.
- options string[]
The list of all options configured for the pipeline.
- id str
The resource ID.
- name str
The name of the resource.
- provisioning_
state str The provisioning state of the pipeline at the time the operation was called.
- system_
data SystemData Response Metadata pertaining to creation and last modification of the resource.
- target
Export
Pipeline Target Properties Response The target properties of the export pipeline.
- type str
The type of the resource.
- identity
Identity
Properties Response The identity of the export pipeline.
- location str
The location of the export pipeline.
- options Sequence[str]
The list of all options configured for the pipeline.
- id String
The resource ID.
- name String
The name of the resource.
- provisioning
State String The provisioning state of the pipeline at the time the operation was called.
- system
Data Property Map Metadata pertaining to creation and last modification of the resource.
- target Property Map
The target properties of the export pipeline.
- type String
The type of the resource.
- identity Property Map
The identity of the export pipeline.
- location String
The location of the export pipeline.
- options List<String>
The list of all options configured for the pipeline.
Supporting Types
ExportPipelineTargetPropertiesResponse
- Key
Vault stringUri They key vault secret uri to obtain the target storage SAS token.
- Type string
The type of target for the export pipeline.
- Uri string
The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
- Key
Vault stringUri They key vault secret uri to obtain the target storage SAS token.
- Type string
The type of target for the export pipeline.
- Uri string
The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
- key
Vault StringUri They key vault secret uri to obtain the target storage SAS token.
- type String
The type of target for the export pipeline.
- uri String
The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
- key
Vault stringUri They key vault secret uri to obtain the target storage SAS token.
- type string
The type of target for the export pipeline.
- uri string
The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
- key_
vault_ struri They key vault secret uri to obtain the target storage SAS token.
- type str
The type of target for the export pipeline.
- uri str
The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
- key
Vault StringUri They key vault secret uri to obtain the target storage SAS token.
- type String
The type of target for the export pipeline.
- uri String
The target uri of the export pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
IdentityPropertiesResponse
- 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. Container Registry. Inputs. User Identity Properties Response> The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- 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 Identity Properties Response The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- 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 Identity Properties Response> The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- 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 Identity Properties Response} The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- 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 Identity Properties Response] The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- 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 list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource modification (UTC).
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource modification (UTC).
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource modification (UTC).
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The timestamp of resource modification (UTC).
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type The type of identity that last modified the resource.
- created_
at str The timestamp of resource creation (UTC).
- created_
by str The identity that created the resource.
- created_
by_ strtype The type of identity that created the resource.
- last_
modified_ strat The timestamp of resource modification (UTC).
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource modification (UTC).
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
UserIdentityPropertiesResponse
- Client
Id string The client id of user assigned identity.
- Principal
Id string The principal id of user assigned identity.
- Client
Id string The client id of user assigned identity.
- Principal
Id string The principal id of user assigned identity.
- client
Id String The client id of user assigned identity.
- principal
Id String The principal id of user assigned identity.
- client
Id string The client id of user assigned identity.
- principal
Id string The principal id of user assigned identity.
- client_
id str The client id of user assigned identity.
- principal_
id str The principal id of user assigned identity.
- client
Id String The client id of user assigned identity.
- principal
Id String The principal id of user assigned identity.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0