CustomRpResourceTypeRouteDefinition.RoutingType Property
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 routing types that are supported for resource requests.
[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Origin(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ResourceTypeRouting? RoutingType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Origin(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.PropertyOrigin.Owned)>]
member this.RoutingType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ResourceTypeRouting> with get, set
Public Property RoutingType As Nullable(Of ResourceTypeRouting)
Property Value
Implements
- Attributes