RemoteVendorManagementFeature Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET