ContainerRegistryPackageSourceType 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 package source for a archive.
public readonly struct ContainerRegistryPackageSourceType : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryPackageSourceType>
type ContainerRegistryPackageSourceType = struct
Public Structure ContainerRegistryPackageSourceType
Implements IEquatable(Of ContainerRegistryPackageSourceType)
- Inheritance
-
ContainerRegistryPackageSourceType
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerRegistryPackageSourceType(String) |
Initializes a new instance of ContainerRegistryPackageSourceType. |
Properties
| Name | Description |
|---|---|
| Remote |
remote. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerRegistryPackageSourceType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ContainerRegistryPackageSourceType, ContainerRegistryPackageSourceType) |
Determines if two ContainerRegistryPackageSourceType values are the same. |
| Implicit(String to ContainerRegistryPackageSourceType) |
Converts a String to a ContainerRegistryPackageSourceType. |
| Inequality(ContainerRegistryPackageSourceType, ContainerRegistryPackageSourceType) |
Determines if two ContainerRegistryPackageSourceType values are not the same. |