NetworkFabricControllersOperations interface
Interface representing a NetworkFabricControllers operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Creates a Network Fabric Controller. |
| delete | Deletes the Network Fabric Controller resource. |
| get | Shows the provisioning status of Network Fabric Controller. |
| list |
Lists all the NetworkFabricControllers thats available in the resource group. |
| list |
Lists all the NetworkFabricControllers by subscription. |
| update | Updates are currently not supported for the Network Fabric Controller resource. |
Property Details
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => Promise<NetworkFabricController>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => Promise<NetworkFabricController>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkFabricController>, NetworkFabricController>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => Promise<NetworkFabricController>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => Promise<NetworkFabricController>
create
Creates a Network Fabric Controller.
create: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => PollerLike<OperationState<NetworkFabricController>, NetworkFabricController>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricController, options?: NetworkFabricControllersCreateOptionalParams) => PollerLike<OperationState<NetworkFabricController>, NetworkFabricController>
delete
Deletes the Network Fabric Controller resource.
delete: (resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Shows the provisioning status of Network Fabric Controller.
get: (resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersGetOptionalParams) => Promise<NetworkFabricController>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, options?: NetworkFabricControllersGetOptionalParams) => Promise<NetworkFabricController>
listByResourceGroup
Lists all the NetworkFabricControllers thats available in the resource group.
listByResourceGroup: (resourceGroupName: string, options?: NetworkFabricControllersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Property Value
(resourceGroupName: string, options?: NetworkFabricControllersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
listBySubscription
Lists all the NetworkFabricControllers by subscription.
listBySubscription: (options?: NetworkFabricControllersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
Property Value
(options?: NetworkFabricControllersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkFabricController, NetworkFabricController[], PageSettings>
update
Updates are currently not supported for the Network Fabric Controller resource.
update: (resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => PollerLike<OperationState<NetworkFabricController>, NetworkFabricController>
Property Value
(resourceGroupName: string, networkFabricControllerName: string, body: NetworkFabricControllerPatch, options?: NetworkFabricControllersUpdateOptionalParams) => PollerLike<OperationState<NetworkFabricController>, NetworkFabricController>