RoutesOperations interface

ルート操作を表すインターフェース。

プロパティ

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

指定されたサブスクリプション、リソースグループ、プロファイル、AzureFrontDoorエンドポイントの下で、指定されたルート名で新しいルートを作成します。

delete

指定したサブスクリプション、リソース グループ、プロファイル、および AzureFrontDoor エンドポイントの下で、指定したルート名を持つ既存のルートを削除します。

get

指定したサブスクリプション、リソース グループ、プロファイル、および AzureFrontDoor エンドポイントの下に、指定したルート名を持つ既存のルートを取得します。

listByEndpoint

プロファイル内の既存のすべての起源を一覧にします。

update

指定されたサブスクリプション、リソースグループ、プロファイル、AzureFrontDoorエンドポイントの上で、指定されたルート名で既存ルートを更新します。

プロパティの詳細

beginCreate

警告

この API は非推奨になりました。

use create instead

beginCreate: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, route: Route, options?: RoutesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Route>, Route>>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, route: Route, options?: RoutesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<Route>, Route>>

beginCreateAndWait

警告

この API は非推奨になりました。

use create instead

beginCreateAndWait: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, route: Route, options?: RoutesCreateOptionalParams) => Promise<Route>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, route: Route, options?: RoutesCreateOptionalParams) => Promise<Route>

beginDelete

警告

この API は非推奨になりました。

use delete instead

beginDelete: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, options?: RoutesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, options?: RoutesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, options?: RoutesDeleteOptionalParams) => Promise<void>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, options?: RoutesDeleteOptionalParams) => Promise<void>

beginUpdate

警告

この API は非推奨になりました。

use update instead

beginUpdate: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, routeUpdateProperties: RouteUpdateParameters, options?: RoutesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Route>, Route>>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, routeUpdateProperties: RouteUpdateParameters, options?: RoutesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Route>, Route>>

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

beginUpdateAndWait: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, routeUpdateProperties: RouteUpdateParameters, options?: RoutesUpdateOptionalParams) => Promise<Route>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, routeUpdateProperties: RouteUpdateParameters, options?: RoutesUpdateOptionalParams) => Promise<Route>

create

指定されたサブスクリプション、リソースグループ、プロファイル、AzureFrontDoorエンドポイントの下で、指定されたルート名で新しいルートを作成します。

create: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, route: Route, options?: RoutesCreateOptionalParams) => PollerLike<OperationState<Route>, Route>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, route: Route, options?: RoutesCreateOptionalParams) => PollerLike<OperationState<Route>, Route>

delete

指定したサブスクリプション、リソース グループ、プロファイル、および AzureFrontDoor エンドポイントの下で、指定したルート名を持つ既存のルートを削除します。

delete: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, options?: RoutesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, options?: RoutesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

指定したサブスクリプション、リソース グループ、プロファイル、および AzureFrontDoor エンドポイントの下に、指定したルート名を持つ既存のルートを取得します。

get: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, options?: RoutesGetOptionalParams) => Promise<Route>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, options?: RoutesGetOptionalParams) => Promise<Route>

listByEndpoint

プロファイル内の既存のすべての起源を一覧にします。

listByEndpoint: (resourceGroupName: string, profileName: string, endpointName: string, options?: RoutesListByEndpointOptionalParams) => PagedAsyncIterableIterator<Route, Route[], PageSettings>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, options?: RoutesListByEndpointOptionalParams) => PagedAsyncIterableIterator<Route, Route[], PageSettings>

update

指定されたサブスクリプション、リソースグループ、プロファイル、AzureFrontDoorエンドポイントの上で、指定されたルート名で既存ルートを更新します。

update: (resourceGroupName: string, profileName: string, endpointName: string, routeName: string, routeUpdateProperties: RouteUpdateParameters, options?: RoutesUpdateOptionalParams) => PollerLike<OperationState<Route>, Route>

プロパティ値

(resourceGroupName: string, profileName: string, endpointName: string, routeName: string, routeUpdateProperties: RouteUpdateParameters, options?: RoutesUpdateOptionalParams) => PollerLike<OperationState<Route>, Route>