SelectPermission Struct

Definition

The SelectPermission.

public readonly struct SelectPermission : IEquatable<Azure.ResourceManager.Compute.Models.SelectPermission>
type SelectPermission = struct
Public Structure SelectPermission
Implements IEquatable(Of SelectPermission)
Inheritance
SelectPermission
Implements

Constructors

SelectPermission(String)

Initializes a new instance of SelectPermission.

Properties

Permissions

Permissions.

Methods

Equals(SelectPermission)

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(SelectPermission, SelectPermission)

Determines if two SelectPermission values are the same.

Implicit(String to SelectPermission)

Converts a string to a SelectPermission.

Inequality(SelectPermission, SelectPermission)

Determines if two SelectPermission values are not the same.

Applies to