你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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