HubRouteTablesOperations interface

Interface representando uma operação HubRouteTables.

Propriedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Cria um recurso RouteTable se ele não existir, atualiza o RouteTable existente.

delete

Exclui uma RouteTable.

get

Recupera os detalhes de uma RouteTable.

list

Recupera os detalhes de todas as RouteTables.

Detalhes de Propriedade

beginCreateOrUpdate

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: HubRouteTable, options?: HubRouteTablesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<HubRouteTable>, HubRouteTable>>

Valor de Propriedade

(resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: HubRouteTable, options?: HubRouteTablesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<HubRouteTable>, HubRouteTable>>

beginCreateOrUpdateAndWait

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: HubRouteTable, options?: HubRouteTablesCreateOrUpdateOptionalParams) => Promise<HubRouteTable>

Valor de Propriedade

(resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: HubRouteTable, options?: HubRouteTablesCreateOrUpdateOptionalParams) => Promise<HubRouteTable>

beginDelete

Aviso

Esta API foi preterida.

use delete instead

beginDelete: (resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor de Propriedade

(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesDeleteOptionalParams) => Promise<void>

Valor de Propriedade

(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesDeleteOptionalParams) => Promise<void>

createOrUpdate

Cria um recurso RouteTable se ele não existir, atualiza o RouteTable existente.

createOrUpdate: (resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: HubRouteTable, options?: HubRouteTablesCreateOrUpdateOptionalParams) => PollerLike<OperationState<HubRouteTable>, HubRouteTable>

Valor de Propriedade

(resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: HubRouteTable, options?: HubRouteTablesCreateOrUpdateOptionalParams) => PollerLike<OperationState<HubRouteTable>, HubRouteTable>

delete

Exclui uma RouteTable.

delete: (resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Recupera os detalhes de uma RouteTable.

get: (resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesGetOptionalParams) => Promise<HubRouteTable>

Valor de Propriedade

(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesGetOptionalParams) => Promise<HubRouteTable>

list

Recupera os detalhes de todas as RouteTables.

list: (resourceGroupName: string, virtualHubName: string, options?: HubRouteTablesListOptionalParams) => PagedAsyncIterableIterator<HubRouteTable, HubRouteTable[], PageSettings>

Valor de Propriedade

(resourceGroupName: string, virtualHubName: string, options?: HubRouteTablesListOptionalParams) => PagedAsyncIterableIterator<HubRouteTable, HubRouteTable[], PageSettings>