TrafficControllerInterface interface
Interfejs reprezentujący element TrafficControllerInterface.
Metody
Szczegóły metody
beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)
Tworzenie elementu TrafficController
function beginCreateOrUpdate(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TrafficController>, TrafficController>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- trafficControllerName
-
string
nazwa kontrolera ruchu dla ścieżki
- resource
- TrafficController
Parametry tworzenia zasobu.
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<TrafficController>, TrafficController>>
beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)
Tworzenie elementu TrafficController
function beginCreateOrUpdateAndWait(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<TrafficController>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- trafficControllerName
-
string
nazwa kontrolera ruchu dla ścieżki
- resource
- TrafficController
Parametry tworzenia zasobu.
Parametry opcji.
Zwraca
Promise<TrafficController>
beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)
Usuwanie elementu TrafficController
function beginDelete(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- trafficControllerName
-
string
nazwa kontrolera ruchu dla ścieżki
Parametry opcji.
Zwraca
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)
Usuwanie elementu TrafficController
function beginDeleteAndWait(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- trafficControllerName
-
string
nazwa kontrolera ruchu dla ścieżki
Parametry opcji.
Zwraca
Promise<void>
get(string, string, TrafficControllerInterfaceGetOptionalParams)
Uzyskiwanie kontrolera ruchu
function get(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceGetOptionalParams): Promise<TrafficController>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- trafficControllerName
-
string
nazwa kontrolera ruchu dla ścieżki
Parametry opcji.
Zwraca
Promise<TrafficController>
listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)
Wyświetlanie listy zasobów TrafficController według grupy zasobów
function listByResourceGroup(resourceGroupName: string, options?: TrafficControllerInterfaceListByResourceGroupOptionalParams): PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
Parametry opcji.
Zwraca
listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)
Wyświetlanie listy zasobów TrafficController według identyfikatora subskrypcji
function listBySubscription(options?: TrafficControllerInterfaceListBySubscriptionOptionalParams): PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
Parametry
Parametry opcji.
Zwraca
update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)
Aktualizowanie kontrolera ruchu
function update(resourceGroupName: string, trafficControllerName: string, properties: TrafficControllerUpdate, options?: TrafficControllerInterfaceUpdateOptionalParams): Promise<TrafficController>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- trafficControllerName
-
string
nazwa kontrolera ruchu dla ścieżki
- properties
- TrafficControllerUpdate
Właściwości zasobu do zaktualizowania.
Parametry opcji.
Zwraca
Promise<TrafficController>