NetworkFabricControllers interface
Interface die een NetworkFabricControllers vertegenwoordigt.
Methoden
Methodedetails
beginCreate(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)
Hiermee maakt u een netwerkinfrastructuurcontroller.
function beginCreate(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- networkFabricControllerName
-
string
Naam van de netwerkinfrastructuurcontroller.
Nettolading aanvragen.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginCreateAndWait(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)
Hiermee maakt u een netwerkinfrastructuurcontroller.
function beginCreateAndWait(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams): Promise<NetworkFabricController>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- networkFabricControllerName
-
string
Naam van de netwerkinfrastructuurcontroller.
Nettolading aanvragen.
De optiesparameters.
Retouren
Promise<NetworkFabricController>
beginDelete(string, string, NetworkFabricControllersDeleteOptionalParams)
Hiermee verwijdert u de netwerkinfrastructuurcontrollerresource.
function beginDelete(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricControllersDeleteHeaders>, NetworkFabricControllersDeleteHeaders>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- networkFabricControllerName
-
string
Naam van de netwerkinfrastructuurcontroller.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricControllersDeleteHeaders>, NetworkFabricControllersDeleteHeaders>>
beginDeleteAndWait(string, string, NetworkFabricControllersDeleteOptionalParams)
Hiermee verwijdert u de netwerkinfrastructuurcontrollerresource.
function beginDeleteAndWait(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams): Promise<NetworkFabricControllersDeleteHeaders>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- networkFabricControllerName
-
string
Naam van de netwerkinfrastructuurcontroller.
De optiesparameters.
Retouren
beginUpdate(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)
Updates worden momenteel niet ondersteund voor de netwerkinfrastructuurcontrollerresource.
function beginUpdate(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- networkFabricControllerName
-
string
Naam van de netwerkinfrastructuurcontroller.
Eigenschappen van netwerkinfrastructuurcontroller die moeten worden bijgewerkt.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginUpdateAndWait(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)
Updates worden momenteel niet ondersteund voor de netwerkinfrastructuurcontrollerresource.
function beginUpdateAndWait(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams): Promise<NetworkFabricController>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- networkFabricControllerName
-
string
Naam van de netwerkinfrastructuurcontroller.
Eigenschappen van netwerkinfrastructuurcontroller die moeten worden bijgewerkt.
De optiesparameters.
Retouren
Promise<NetworkFabricController>
get(string, string, NetworkFabricControllersGetOptionalParams)
Toont de inrichtingsstatus van netwerkinfrastructuurcontroller.
function get(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersGetOptionalParams): Promise<NetworkFabricController>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- networkFabricControllerName
-
string
Naam van de netwerkinfrastructuurcontroller.
De optiesparameters.
Retouren
Promise<NetworkFabricController>
listByResourceGroup(string, NetworkFabricControllersListByResourceGroupOptionalParams)
Een lijst met alle NetworkFabricControllers die beschikbaar zijn in de resourcegroep.
function listByResourceGroup(resourceGroupName: string, options?: NetworkFabricControllersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
De optiesparameters.
Retouren
listBySubscription(NetworkFabricControllersListBySubscriptionOptionalParams)
Een lijst met alle NetworkFabricControllers per abonnement.
function listBySubscription(options?: NetworkFabricControllersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Parameters
De optiesparameters.