Bagikan melalui


ExportPipeline Class

Definition

An object that represents an export pipeline for a container registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ExportPipelineTypeConverter))]
public class ExportPipeline : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ExportPipelineTypeConverter))>]
type ExportPipeline = class
    interface IExportPipeline
    interface IJsonSerializable
    interface IProxyResource
    interface IValidates
Public Class ExportPipeline
Implements IExportPipeline, IValidates
Inheritance
ExportPipeline
Attributes
Implements

Constructors

ExportPipeline()

Creates an new ExportPipeline instance.

Properties

Id

The resource ID.

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.

Option

The list of all options configured for the pipeline.

ProvisioningState

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

ResourceGroupName

Gets the resource group name

SystemData

Metadata pertaining to creation and last modification of the resource.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExportPipeline.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportPipeline.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IExportPipeline.

FromJsonString(String)

Creates a new instance of ExportPipeline, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportPipeline into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to