Bagikan melalui


ImportPipelineSourceProperties Class

Definition

The properties of the import pipeline source.

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

Constructors

ImportPipelineSourceProperties()

Creates an new ImportPipelineSourceProperties instance.

Properties

KeyVaultUri

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

Type

The type of source for the import pipeline.

Uri

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImportPipelineSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImportPipelineSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to