RemoteVendorManagementStatus Struct

Definition

The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RemoteVendorManagementStatusTypeConverter))]
public struct RemoteVendorManagementStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RemoteVendorManagementStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RemoteVendorManagementStatusTypeConverter))>]
type RemoteVendorManagementStatus = struct
    interface IArgumentCompleter
Public Structure RemoteVendorManagementStatus
Implements IArgumentCompleter, IEquatable(Of RemoteVendorManagementStatus)
Inheritance
RemoteVendorManagementStatus
Attributes
Implements

Fields

Disabled
Enabled
Unsupported

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RemoteVendorManagementStatus (override for Object)

Equals(RemoteVendorManagementStatus)

Compares values of enum type RemoteVendorManagementStatus

GetHashCode()

Returns hashCode for enum RemoteVendorManagementStatus

ToString()

Returns string representation for RemoteVendorManagementStatus

Operators

Equality(RemoteVendorManagementStatus, RemoteVendorManagementStatus)

Overriding == operator for enum RemoteVendorManagementStatus

Implicit(RemoteVendorManagementStatus to String)

Implicit operator to convert RemoteVendorManagementStatus to string

Implicit(String to RemoteVendorManagementStatus)

Implicit operator to convert string to RemoteVendorManagementStatus

Inequality(RemoteVendorManagementStatus, RemoteVendorManagementStatus)

Overriding != operator for enum RemoteVendorManagementStatus

Applies to