Compartilhar via


AzureResourceType Struct

Definition

Type of the Azure resource the hostname is assigned to.

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

Fields

TrafficManager
Website

Methods

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

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

Equals(AzureResourceType)

Compares values of enum type AzureResourceType

Equals(Object)

Compares values of enum type AzureResourceType (override for Object)

GetHashCode()

Returns hashCode for enum AzureResourceType

ToString()

Returns string representation for AzureResourceType

Operators

Equality(AzureResourceType, AzureResourceType)

Overriding == operator for enum AzureResourceType

Implicit(AzureResourceType to String)

Implicit operator to convert AzureResourceType to string

Implicit(String to AzureResourceType)

Implicit operator to convert string to AzureResourceType

Inequality(AzureResourceType, AzureResourceType)

Overriding != operator for enum AzureResourceType

Applies to