Freigeben über


NetworkFabricControllers interface

Schnittstelle, die eine NetworkFabricControllers darstellt.

Methoden

beginCreate(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)

Erstellt einen Netzwerk-Fabric-Controller.

beginCreateAndWait(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)

Erstellt einen Netzwerk-Fabric-Controller.

beginDelete(string, string, NetworkFabricControllersDeleteOptionalParams)

Löscht die Network Fabric Controller-Ressource.

beginDeleteAndWait(string, string, NetworkFabricControllersDeleteOptionalParams)

Löscht die Network Fabric Controller-Ressource.

beginUpdate(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)

Updates werden derzeit für die Network Fabric Controller-Ressource nicht unterstützt.

beginUpdateAndWait(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)

Updates werden derzeit für die Network Fabric Controller-Ressource nicht unterstützt.

get(string, string, NetworkFabricControllersGetOptionalParams)

Zeigt den Bereitstellungsstatus von Network Fabric Controller an.

listByResourceGroup(string, NetworkFabricControllersListByResourceGroupOptionalParams)

Listet alle NetworkFabricControllers auf, die in der Ressourcengruppe verfügbar sind.

listBySubscription(NetworkFabricControllersListBySubscriptionOptionalParams)

Listet alle NetworkFabricControllers nach Abonnement auf.

Details zur Methode

beginCreate(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)

Erstellt einen Netzwerk-Fabric-Controller.

function beginCreate(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

networkFabricControllerName

string

Name des Netzwerk-Fabric-Controllers.

body
NetworkFabricController

Anforderungsnutzlast.

options
NetworkFabricControllersCreateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>

beginCreateAndWait(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)

Erstellt einen Netzwerk-Fabric-Controller.

function beginCreateAndWait(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams): Promise<NetworkFabricController>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

networkFabricControllerName

string

Name des Netzwerk-Fabric-Controllers.

body
NetworkFabricController

Anforderungsnutzlast.

options
NetworkFabricControllersCreateOptionalParams

Die Optionsparameter.

Gibt zurück

beginDelete(string, string, NetworkFabricControllersDeleteOptionalParams)

Löscht die Network Fabric Controller-Ressource.

function beginDelete(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricControllersDeleteHeaders>, NetworkFabricControllersDeleteHeaders>>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

networkFabricControllerName

string

Name des Netzwerk-Fabric-Controllers.

options
NetworkFabricControllersDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

beginDeleteAndWait(string, string, NetworkFabricControllersDeleteOptionalParams)

Löscht die Network Fabric Controller-Ressource.

function beginDeleteAndWait(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams): Promise<NetworkFabricControllersDeleteHeaders>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

networkFabricControllerName

string

Name des Netzwerk-Fabric-Controllers.

options
NetworkFabricControllersDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

beginUpdate(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)

Updates werden derzeit für die Network Fabric Controller-Ressource nicht unterstützt.

function beginUpdate(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

networkFabricControllerName

string

Name des Netzwerk-Fabric-Controllers.

body
NetworkFabricControllerPatch

Netzwerk Fabric Controller-Eigenschaften, die aktualisiert werden sollen.

options
NetworkFabricControllersUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>

beginUpdateAndWait(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)

Updates werden derzeit für die Network Fabric Controller-Ressource nicht unterstützt.

function beginUpdateAndWait(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams): Promise<NetworkFabricController>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

networkFabricControllerName

string

Name des Netzwerk-Fabric-Controllers.

body
NetworkFabricControllerPatch

Netzwerk Fabric Controller-Eigenschaften, die aktualisiert werden sollen.

options
NetworkFabricControllersUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

get(string, string, NetworkFabricControllersGetOptionalParams)

Zeigt den Bereitstellungsstatus von Network Fabric Controller an.

function get(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersGetOptionalParams): Promise<NetworkFabricController>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

networkFabricControllerName

string

Name des Netzwerk-Fabric-Controllers.

options
NetworkFabricControllersGetOptionalParams

Die Optionsparameter.

Gibt zurück

listByResourceGroup(string, NetworkFabricControllersListByResourceGroupOptionalParams)

Listet alle NetworkFabricControllers auf, die in der Ressourcengruppe verfügbar sind.

function listByResourceGroup(resourceGroupName: string, options?: NetworkFabricControllersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

Gibt zurück

listBySubscription(NetworkFabricControllersListBySubscriptionOptionalParams)

Listet alle NetworkFabricControllers nach Abonnement auf.

function listBySubscription(options?: NetworkFabricControllersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>

Parameter

Gibt zurück