SharingState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET