Freigeben über


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

Name Description
RemoteVendorManagementStatus(String)

Initializes a new instance of RemoteVendorManagementStatus.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Unsupported

Unsupported.

Methods

Name Description
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

Name Description
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