NetworkFabricControllers interface
Interface représentant un NetworkFabricControllers.
Méthodes
Détails de la méthode
beginCreate(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)
Crée un contrôleur Network Fabric.
function beginCreate(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkFabricControllerName
-
string
Nom du contrôleur Network Fabric.
Charge utile de la demande.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginCreateAndWait(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)
Crée un contrôleur Network Fabric.
function beginCreateAndWait(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams): Promise<NetworkFabricController>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkFabricControllerName
-
string
Nom du contrôleur Network Fabric.
Charge utile de la demande.
Paramètres d’options.
Retours
Promise<NetworkFabricController>
beginDelete(string, string, NetworkFabricControllersDeleteOptionalParams)
Supprime la ressource Network Fabric Controller.
function beginDelete(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricControllersDeleteHeaders>, NetworkFabricControllersDeleteHeaders>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkFabricControllerName
-
string
Nom du contrôleur Network Fabric.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricControllersDeleteHeaders>, NetworkFabricControllersDeleteHeaders>>
beginDeleteAndWait(string, string, NetworkFabricControllersDeleteOptionalParams)
Supprime la ressource Network Fabric Controller.
function beginDeleteAndWait(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams): Promise<NetworkFabricControllersDeleteHeaders>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkFabricControllerName
-
string
Nom du contrôleur Network Fabric.
Paramètres d’options.
Retours
beginUpdate(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)
Mises à jour ne sont actuellement pas pris en charge pour la ressource Network Fabric Controller.
function beginUpdate(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkFabricControllerName
-
string
Nom du contrôleur Network Fabric.
Propriétés du contrôleur Network Fabric à mettre à jour.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginUpdateAndWait(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)
Mises à jour ne sont actuellement pas pris en charge pour la ressource Network Fabric Controller.
function beginUpdateAndWait(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams): Promise<NetworkFabricController>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkFabricControllerName
-
string
Nom du contrôleur Network Fabric.
Propriétés du contrôleur Network Fabric à mettre à jour.
Paramètres d’options.
Retours
Promise<NetworkFabricController>
get(string, string, NetworkFabricControllersGetOptionalParams)
Affiche la status d’approvisionnement du contrôleur Network Fabric.
function get(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersGetOptionalParams): Promise<NetworkFabricController>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- networkFabricControllerName
-
string
Nom du contrôleur Network Fabric.
Paramètres d’options.
Retours
Promise<NetworkFabricController>
listByResourceGroup(string, NetworkFabricControllersListByResourceGroupOptionalParams)
Répertorie tous les NetworkFabricControllers disponibles dans le groupe de ressources.
function listByResourceGroup(resourceGroupName: string, options?: NetworkFabricControllersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
Paramètres d’options.
Retours
listBySubscription(NetworkFabricControllersListBySubscriptionOptionalParams)
Répertorie tous les NetworkFabricControllers par abonnement.
function listBySubscription(options?: NetworkFabricControllersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Paramètres
Paramètres d’options.