NetworkFabricControllers interface
Interface que representa um NetworkFabricControllers.
Métodos
Detalhes de Método
beginCreate(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)
Cria um controlador de malha de rede.
function beginCreate(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- networkFabricControllerName
-
string
Nome do controlador de malha de rede.
Solicite carga útil.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginCreateAndWait(string, string, NetworkFabricController, NetworkFabricControllersCreateOptionalParams)
Cria um controlador de malha de rede.
function beginCreateAndWait(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams): Promise<NetworkFabricController>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- networkFabricControllerName
-
string
Nome do controlador de malha de rede.
Solicite carga útil.
Os parâmetros de opções.
Devoluções
Promise<NetworkFabricController>
beginDelete(string, string, NetworkFabricControllersDeleteOptionalParams)
Exclui o recurso Network Fabric Controller.
function beginDelete(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricControllersDeleteHeaders>, NetworkFabricControllersDeleteHeaders>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- networkFabricControllerName
-
string
Nome do controlador de malha de rede.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricControllersDeleteHeaders>, NetworkFabricControllersDeleteHeaders>>
beginDeleteAndWait(string, string, NetworkFabricControllersDeleteOptionalParams)
Exclui o recurso Network Fabric Controller.
function beginDeleteAndWait(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams): Promise<NetworkFabricControllersDeleteHeaders>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- networkFabricControllerName
-
string
Nome do controlador de malha de rede.
Os parâmetros de opções.
Devoluções
beginUpdate(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)
No momento, não há suporte para atualizações para o recurso Network Fabric Controller.
function beginUpdate(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- networkFabricControllerName
-
string
Nome do controlador de malha de rede.
Propriedades do controlador de malha de rede a serem atualizadas.
Os parâmetros de opções.
Devoluções
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginUpdateAndWait(string, string, NetworkFabricControllerPatch, NetworkFabricControllersUpdateOptionalParams)
No momento, não há suporte para atualizações para o recurso Network Fabric Controller.
function beginUpdateAndWait(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams): Promise<NetworkFabricController>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- networkFabricControllerName
-
string
Nome do controlador de malha de rede.
Propriedades do controlador de malha de rede a serem atualizadas.
Os parâmetros de opções.
Devoluções
Promise<NetworkFabricController>
get(string, string, NetworkFabricControllersGetOptionalParams)
Mostra o status de provisionamento do Network Fabric Controller.
function get(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersGetOptionalParams): Promise<NetworkFabricController>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
- networkFabricControllerName
-
string
Nome do controlador de malha de rede.
Os parâmetros de opções.
Devoluções
Promise<NetworkFabricController>
listByResourceGroup(string, NetworkFabricControllersListByResourceGroupOptionalParams)
Lista todos os NetworkFabricControllers disponíveis no grupo de recursos.
function listByResourceGroup(resourceGroupName: string, options?: NetworkFabricControllersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.
Os parâmetros de opções.
Devoluções
listBySubscription(NetworkFabricControllersListBySubscriptionOptionalParams)
Lista todos os NetworkFabricControllers por assinatura.
function listBySubscription(options?: NetworkFabricControllersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Parâmetros
Os parâmetros de opções.