Share via


ArtifactStoreType Struct

Definition

The artifact store type.

public readonly struct ArtifactStoreType : IEquatable<Azure.ResourceManager.HybridNetwork.Models.ArtifactStoreType>
type ArtifactStoreType = struct
Public Structure ArtifactStoreType
Implements IEquatable(Of ArtifactStoreType)
Inheritance
ArtifactStoreType
Implements

Constructors

ArtifactStoreType(String)

Initializes a new instance of ArtifactStoreType.

Properties

AzureContainerRegistry

AzureContainerRegistry.

AzureStorageAccount

AzureStorageAccount.

Unknown

Unknown.

Methods

Equals(ArtifactStoreType)

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

Equality(ArtifactStoreType, ArtifactStoreType)

Determines if two ArtifactStoreType values are the same.

Implicit(String to ArtifactStoreType)

Converts a string to a ArtifactStoreType.

Inequality(ArtifactStoreType, ArtifactStoreType)

Determines if two ArtifactStoreType values are not the same.

Applies to