PrivateStoreAvailability Struct

Definition

Indicates private store availability.

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

Constructors

Name Description
PrivateStoreAvailability(String)

Initializes a new instance of PrivateStoreAvailability.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(PrivateStoreAvailability)

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(PrivateStoreAvailability, PrivateStoreAvailability)

Determines if two PrivateStoreAvailability values are the same.

Implicit(String to Nullable<PrivateStoreAvailability>)
Implicit(String to PrivateStoreAvailability)

Converts a string to a PrivateStoreAvailability.

Inequality(PrivateStoreAvailability, PrivateStoreAvailability)

Determines if two PrivateStoreAvailability values are not the same.

Applies to