Share via


RemoteVendorManagementFeature Struct

Definition

The indicator of whether the storage appliance supports remote vendor management.

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

Constructors

RemoteVendorManagementFeature(String)

Initializes a new instance of RemoteVendorManagementFeature.

Properties

Supported

Supported.

Unsupported

Unsupported.

Methods

Equals(RemoteVendorManagementFeature)

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

Determines if two RemoteVendorManagementFeature values are the same.

Implicit(String to RemoteVendorManagementFeature)

Converts a string to a RemoteVendorManagementFeature.

Inequality(RemoteVendorManagementFeature, RemoteVendorManagementFeature)

Determines if two RemoteVendorManagementFeature values are not the same.

Applies to