RemoteSupportType Struct

Definition

Remote Support Type for cluster.

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

Constructors

RemoteSupportType(String)

Initializes a new instance of RemoteSupportType.

Properties

Enable

Enable.

Revoke

Revoke.

Methods

Equals(RemoteSupportType)

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

Determines if two RemoteSupportType values are the same.

Implicit(String to RemoteSupportType)

Converts a string to a RemoteSupportType.

Inequality(RemoteSupportType, RemoteSupportType)

Determines if two RemoteSupportType values are not the same.

Applies to