ImportPipeline Class

Definition

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

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

Constructors

ImportPipeline()

Creates an new ImportPipeline 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 import 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

SourceKeyVaultUri

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

SourceTriggerStatus

The current status of the source trigger.

SourceType

The type of source for the import pipeline.

SourceUri

The source uri of the import pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"

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.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImportPipeline.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImportPipeline.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImportPipeline into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to