NetworkFabricControllersOperations interface
Interfaccia che rappresenta le operazioni di un NetworkFabricControllers.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Crea un Network Fabric Controller. |
| delete | |
| get | Mostra lo stato del provisioning di Network Fabric Controller. |
| list |
Elenca tutti i NetworkFabricController disponibili nel gruppo risorse. |
| list |
Elenca tutti i NetworkFabricController tramite abbonamento. |
| update | Attualmente gli aggiornamenti non sono supportati per la risorsa Network Fabric Controller. |
Dettagli proprietà
beginCreate
Avviso
Questa API è ora deprecata.
use create instead
beginCreate: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginCreateAndWait
Avviso
Questa API è ora deprecata.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => Promise<NetworkFabricController>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => Promise<NetworkFabricController>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => Promise<void>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => Promise<NetworkFabricController>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => Promise<NetworkFabricController>
create
Crea un Network Fabric Controller.
create: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => PollerLike<OperationState<NetworkFabricController>, NetworkFabricController>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => PollerLike<OperationState<NetworkFabricController>, NetworkFabricController>
delete
delete: (resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Mostra lo stato del provisioning di Network Fabric Controller.
get: (resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersGetOptionalParams) => Promise<NetworkFabricController>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersGetOptionalParams) => Promise<NetworkFabricController>
listByResourceGroup
Elenca tutti i NetworkFabricController disponibili nel gruppo risorse.
listByResourceGroup: (resourceGroupName: string, options?: NetworkFabricControllersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: NetworkFabricControllersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
listBySubscription
Elenca tutti i NetworkFabricController tramite abbonamento.
listBySubscription: (options?: NetworkFabricControllersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Valore della proprietà
(options?: NetworkFabricControllersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
update
Attualmente gli aggiornamenti non sono supportati per la risorsa Network Fabric Controller.
update: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => PollerLike<OperationState<NetworkFabricController>, NetworkFabricController>
Valore della proprietà
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => PollerLike<OperationState<NetworkFabricController>, NetworkFabricController>