RouteTablesOperationsExtensions.GetAsync(IRouteTablesOperations, String, String, String, CancellationToken) Method
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.
public static System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.RouteTable> GetAsync (this Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.IRouteTablesOperations operations, string resourceGroupName, string routeTableName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.IRouteTablesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.RouteTable>
<Extension()>
Public Function GetAsync (operations As IRouteTablesOperations, resourceGroupName As String, routeTableName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RouteTable)
Parameters
- operations
- IRouteTablesOperations
- resourceGroupName
- String
- routeTableName
- String
- expand
- String
- cancellationToken
- CancellationToken