Megosztás a következőn keresztül:


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

SharingState(String)

Initializes a new instance of SharingState.

Properties

Failed

Failed.

InProgress

InProgress.

Succeeded

Succeeded.

Unknown

Unknown.

Methods

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

Equality(SharingState, SharingState)

Determines if two SharingState values are the same.

Implicit(String to SharingState)

Converts a string to a SharingState.

Inequality(SharingState, SharingState)

Determines if two SharingState values are not the same.

Applies to