TrafficControllerInterface interface
Interface die een TrafficControllerInterface vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)
Een TrafficController maken
function beginCreateOrUpdate(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TrafficController>, TrafficController>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- trafficControllerName
-
string
verkeerscontrollernaam voor pad
- resource
- TrafficController
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<TrafficController>, TrafficController>>
beginCreateOrUpdateAndWait(string, string, TrafficController, TrafficControllerInterfaceCreateOrUpdateOptionalParams)
Een TrafficController maken
function beginCreateOrUpdateAndWait(resourceGroupName: string, trafficControllerName: string, resource: TrafficController, options?: TrafficControllerInterfaceCreateOrUpdateOptionalParams): Promise<TrafficController>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- trafficControllerName
-
string
verkeerscontrollernaam voor pad
- resource
- TrafficController
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<TrafficController>
beginDelete(string, string, TrafficControllerInterfaceDeleteOptionalParams)
Een TrafficController verwijderen
function beginDelete(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- trafficControllerName
-
string
verkeerscontrollernaam voor pad
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, TrafficControllerInterfaceDeleteOptionalParams)
Een TrafficController verwijderen
function beginDeleteAndWait(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- trafficControllerName
-
string
verkeerscontrollernaam voor pad
De optiesparameters.
Retouren
Promise<void>
get(string, string, TrafficControllerInterfaceGetOptionalParams)
Een TrafficController ophalen
function get(resourceGroupName: string, trafficControllerName: string, options?: TrafficControllerInterfaceGetOptionalParams): Promise<TrafficController>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- trafficControllerName
-
string
verkeerscontrollernaam voor pad
De optiesparameters.
Retouren
Promise<TrafficController>
listByResourceGroup(string, TrafficControllerInterfaceListByResourceGroupOptionalParams)
TrafficController-resources per resourcegroep weergeven
function listByResourceGroup(resourceGroupName: string, options?: TrafficControllerInterfaceListByResourceGroupOptionalParams): PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
De optiesparameters.
Retouren
listBySubscription(TrafficControllerInterfaceListBySubscriptionOptionalParams)
TrafficController-resources weergeven op abonnements-id
function listBySubscription(options?: TrafficControllerInterfaceListBySubscriptionOptionalParams): PagedAsyncIterableIterator<TrafficController, TrafficController[], PageSettings>
Parameters
De optiesparameters.
Retouren
update(string, string, TrafficControllerUpdate, TrafficControllerInterfaceUpdateOptionalParams)
Een TrafficController bijwerken
function update(resourceGroupName: string, trafficControllerName: string, properties: TrafficControllerUpdate, options?: TrafficControllerInterfaceUpdateOptionalParams): Promise<TrafficController>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- trafficControllerName
-
string
verkeerscontrollernaam voor pad
- properties
- TrafficControllerUpdate
De resource-eigenschappen die moeten worden bijgewerkt.
De optiesparameters.
Retouren
Promise<TrafficController>