Condividi tramite


IContainerRegistryIdentity.ExportPipelineName Property

Definition

The name of the export pipeline.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The name of the export pipeline.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="exportPipelineName")]
public string ExportPipelineName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The name of the export pipeline.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="exportPipelineName", Update=true)]
public string ExportPipelineName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The name of the export pipeline.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="exportPipelineName")>]
member this.ExportPipelineName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The name of the export pipeline.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="exportPipelineName", Update=true)>]
member this.ExportPipelineName : string with get, set
Public Property ExportPipelineName As String

Property Value

Attributes

Applies to