Udostępnij przez


FrontendsInterfaceOperations interface

Interfejs reprezentujący operacje FrontendsInterface.

Właściwości

createOrUpdate

Tworzenie frontonu

delete

Usuwanie frontonu

get

Pobieranie frontonu

listByTrafficController

Wyświetlanie listy zasobów frontonu przez TrafficController

update

Aktualizowanie frontonu

Szczegóły właściwości

createOrUpdate

Tworzenie frontonu

createOrUpdate: (resourceGroupName: string, trafficControllerName: string, frontendName: string, resource: Frontend, options?: FrontendsInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<Frontend>, Frontend>

Wartość właściwości

(resourceGroupName: string, trafficControllerName: string, frontendName: string, resource: Frontend, options?: FrontendsInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<Frontend>, Frontend>

delete

Usuwanie frontonu

delete: (resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobieranie frontonu

get: (resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceGetOptionalParams) => Promise<Frontend>

Wartość właściwości

(resourceGroupName: string, trafficControllerName: string, frontendName: string, options?: FrontendsInterfaceGetOptionalParams) => Promise<Frontend>

listByTrafficController

Wyświetlanie listy zasobów frontonu przez TrafficController

listByTrafficController: (resourceGroupName: string, trafficControllerName: string, options?: FrontendsInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<Frontend, Frontend[], PageSettings>

Wartość właściwości

(resourceGroupName: string, trafficControllerName: string, options?: FrontendsInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<Frontend, Frontend[], PageSettings>

update

Aktualizowanie frontonu

update: (resourceGroupName: string, trafficControllerName: string, frontendName: string, properties: FrontendUpdate, options?: FrontendsInterfaceUpdateOptionalParams) => Promise<Frontend>

Wartość właściwości

(resourceGroupName: string, trafficControllerName: string, frontendName: string, properties: FrontendUpdate, options?: FrontendsInterfaceUpdateOptionalParams) => Promise<Frontend>