次の方法で共有


RouteType Struct

Definition

The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only These values will be used for syncing an app's routes with those from a Virtual Network.

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

Fields

Default
Inherited
Static

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 RouteType (override for Object)

Equals(RouteType)

Compares values of enum type RouteType

GetHashCode()

Returns hashCode for enum RouteType

ToString()

Returns string representation for RouteType

Operators

Equality(RouteType, RouteType)

Overriding == operator for enum RouteType

Implicit(RouteType to String)

Implicit operator to convert RouteType to string

Implicit(String to RouteType)

Implicit operator to convert string to RouteType

Inequality(RouteType, RouteType)

Overriding != operator for enum RouteType

Applies to