你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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