SharingUpdateOperationType 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.
This property allows you to specify the operation type of gallery sharing update. Possible values are: Add, Remove, Reset..
public readonly struct SharingUpdateOperationType : IEquatable<Azure.ResourceManager.Compute.Models.SharingUpdateOperationType>
type SharingUpdateOperationType = struct
Public Structure SharingUpdateOperationType
Implements IEquatable(Of SharingUpdateOperationType)
- Inheritance
-
SharingUpdateOperationType
- Implements
Constructors
SharingUpdateOperationType(String) |
Initializes a new instance of SharingUpdateOperationType. |
Properties
Add |
Add. |
EnableCommunity |
EnableCommunity. |
Remove |
Remove. |
Reset |
Reset. |
Methods
Equals(SharingUpdateOperationType) |
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(SharingUpdateOperationType, SharingUpdateOperationType) |
Determines if two SharingUpdateOperationType values are the same. |
Implicit(String to SharingUpdateOperationType) |
Converts a String to a SharingUpdateOperationType. |
Inequality(SharingUpdateOperationType, SharingUpdateOperationType) |
Determines if two SharingUpdateOperationType values are not the same. |
Applies to
Azure SDK for .NET