Compartir a través de


ICustomRpActionRouteDefinition.RoutingType Property

Definition

The routing types that are supported for action requests.

[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The routing types that are supported for action requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ActionRouting) }, ReadOnly=false, Required=false, SerializedName="routingType")]
public Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ActionRouting? RoutingType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The routing types that are supported for action requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ActionRouting) }, ReadOnly=false, Required=false, SerializedName="routingType")>]
member this.RoutingType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ActionRouting> with get, set
Public Property RoutingType As Nullable(Of ActionRouting)

Property Value

Attributes

Applies to