SharingUpdateOperationType Struct

Definition

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