SharingState Struct

Definition

The sharing state of the gallery, which only appears in the response.

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

Constructors

Name Description
SharingState(String)

Initializes a new instance of SharingState.

Properties

Name Description
Failed

Gets the Failed.

InProgress

Gets the InProgress.

Succeeded

Gets the Succeeded.

Unknown

Gets the Unknown.

Methods

Name Description
Equals(SharingState)

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

Determines if two SharingState values are the same.

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

Converts a string to a SharingState.

Inequality(SharingState, SharingState)

Determines if two SharingState values are not the same.

Applies to