FrontendsInterfaceOperations interface
FrontendsInterface 操作を表すインターフェイス。
プロパティ
create |
フロントエンドを作成する |
delete | フロントエンドを削除する |
get | フロントエンドを取得する |
list |
TrafficController によるフロントエンド リソースの一覧表示 |
update | フロントエンドを更新する |
プロパティの詳細
createOrUpdate
フロントエンドを作成する
createOrUpdate: (resourceGroupName: string, trafficControllerName: string, frontendName: string, resource: Frontend, options?: FrontendsInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<Frontend>, Frontend>
プロパティ値
(resourceGroupName: string, trafficControllerName: string, frontendName: string, resource: Frontend, options?: FrontendsInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<Frontend>, Frontend>
delete
フロントエンドを削除する
delete: (resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
フロントエンドを取得する
get: (resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceGetOptionalParams) => Promise<Frontend>
プロパティ値
(resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceGetOptionalParams) => Promise<Frontend>
listByTrafficController
TrafficController によるフロントエンド リソースの一覧表示
listByTrafficController: (resourceGroupName: string, trafficControllerName: string, options?: FrontendsInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<Frontend, Frontend[], PageSettings>
プロパティ値
(resourceGroupName: string, trafficControllerName: string, options?: FrontendsInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<Frontend, Frontend[], PageSettings>
update
フロントエンドを更新する
update: (resourceGroupName: string, trafficControllerName: string, frontendName: string, properties: FrontendUpdate, options?: FrontendsInterfaceUpdateOptionalParams) => Promise<Frontend>
プロパティ値
(resourceGroupName: string, trafficControllerName: string, frontendName: string, properties: FrontendUpdate, options?: FrontendsInterfaceUpdateOptionalParams) => Promise<Frontend>