你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportPipelineProperties Class

Definition

The properties of an export pipeline.

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

Constructors

ExportPipelineProperties()

Creates an new ExportPipelineProperties 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.

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"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExportPipelineProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportPipelineProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportPipelineProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to