Bagikan melalui


ImportPipelineProperties Class

Definition

The properties of an import pipeline.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ImportPipelinePropertiesTypeConverter))]
public class ImportPipelineProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IImportPipelineProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ImportPipelinePropertiesTypeConverter))>]
type ImportPipelineProperties = class
    interface IImportPipelineProperties
    interface IJsonSerializable
Public Class ImportPipelineProperties
Implements IImportPipelineProperties
Inheritance
ImportPipelineProperties
Attributes
Implements

Constructors

ImportPipelineProperties()

Creates an new ImportPipelineProperties instance.

Properties

Option

The list of all options configured for the pipeline.

ProvisioningState

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

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"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImportPipelineProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImportPipelineProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImportPipelineProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to