Share via


RemoteVendorManagementStatus Struct

Definition

The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.

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

Constructors

RemoteVendorManagementStatus(String)

Initializes a new instance of RemoteVendorManagementStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Unsupported

Unsupported.

Methods

Equals(RemoteVendorManagementStatus)

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

Determines if two RemoteVendorManagementStatus values are the same.

Implicit(String to RemoteVendorManagementStatus)

Converts a string to a RemoteVendorManagementStatus.

Inequality(RemoteVendorManagementStatus, RemoteVendorManagementStatus)

Determines if two RemoteVendorManagementStatus values are not the same.

Applies to