Bagikan melalui


ExportPipelineTargetProperties Class

Definition

The properties of the export pipeline target.

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

Constructors

ExportPipelineTargetProperties()

Creates an new ExportPipelineTargetProperties instance.

Properties

KeyVaultUri

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

Type

The type of target for the export pipeline.

Uri

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 ExportPipelineTargetProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExportPipelineTargetProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExportPipelineTargetProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to