PipelineSourceType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of source for the import pipeline.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceTypeTypeConverter))]
public struct PipelineSourceType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.PipelineSourceTypeTypeConverter))>]
type PipelineSourceType = struct
interface IArgumentCompleter
Public Structure PipelineSourceType
Implements IArgumentCompleter, IEquatable(Of PipelineSourceType)
- Inheritance
-
PipelineSourceType
- Attributes
- Implements
Fields
AzureStorageBlobContainer |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type PipelineSourceType (override for Object) |
Equals(PipelineSourceType) |
Compares values of enum type PipelineSourceType |
GetHashCode() |
Returns hashCode for enum PipelineSourceType |
ToString() |
Returns string representation for PipelineSourceType |
Operators
Equality(PipelineSourceType, PipelineSourceType) |
Overriding == operator for enum PipelineSourceType |
Implicit(PipelineSourceType to String) |
Implicit operator to convert PipelineSourceType to string |
Implicit(String to PipelineSourceType) |
Implicit operator to convert string to PipelineSourceType |
Inequality(PipelineSourceType, PipelineSourceType) |
Overriding != operator for enum PipelineSourceType |