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

Name Description
RemoteVendorManagementFeature(String)

Initializes a new instance of RemoteVendorManagementFeature.

Properties

Name Description
Supported

Remote vendor management is supported.

Unsupported

Remote vendor management is unsupported.

Methods

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

Name Description
Equality(RemoteVendorManagementFeature, RemoteVendorManagementFeature)

Determines if two RemoteVendorManagementFeature values are the same.

Implicit(String to Nullable<RemoteVendorManagementFeature>)
Implicit(String to RemoteVendorManagementFeature)

Converts a string to a RemoteVendorManagementFeature.

Inequality(RemoteVendorManagementFeature, RemoteVendorManagementFeature)

Determines if two RemoteVendorManagementFeature values are not the same.

Applies to