ContainerRegistryPackageSourceType Struct

Definition

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.

Applies to