Bagikan melalui


IExportPipeline Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ExportPipelineTypeConverter))]
public interface IExportPipeline : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ExportPipelineTypeConverter))>]
type IExportPipeline = interface
    interface IJsonSerializable
    interface IProxyResource
Public Interface IExportPipeline
Implements IProxyResource
Derived
Attributes
Implements

Properties

Id

The resource ID.

(Inherited from IProxyResource)
IdentityPrincipalId

The principal ID of resource identity.

IdentityTenantId

The tenant ID of resource.

IdentityType

The identity type.

IdentityUserAssignedIdentity

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}'.

Location

The location of the export pipeline.

Name

The name of the resource.

(Inherited from IProxyResource)
Option

The list of all options configured for the pipeline.

ProvisioningState

The provisioning state of the pipeline at the time the operation was called.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IProxyResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IProxyResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IProxyResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IProxyResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IProxyResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IProxyResource)
TargetKeyVaultUri

They key vault secret uri to obtain the target storage SAS token.

TargetType

The type of target for the export pipeline.

TargetUri

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"

Type

The type of the resource.

(Inherited from IProxyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to