NetworkGroups interface
Interface representing a NetworkGroups.
Methods
begin |
Deletes a network group. |
begin |
Deletes a network group. |
create |
Creates or updates a network group. |
get(string, string, string, Network |
Gets the specified network group. |
list(string, string, Network |
Lists the specified network group. |
Method Details
beginDelete(string, string, string, NetworkGroupsDeleteOptionalParams)
Deletes a network group.
function beginDelete(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- networkGroupName
-
string
The name of the network group.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, NetworkGroupsDeleteOptionalParams)
Deletes a network group.
function beginDeleteAndWait(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- networkGroupName
-
string
The name of the network group.
The options parameters.
Returns
Promise<void>
createOrUpdate(string, string, string, NetworkGroup, NetworkGroupsCreateOrUpdateOptionalParams)
Creates or updates a network group.
function createOrUpdate(resourceGroupName: string, networkManagerName: string, networkGroupName: string, parameters: NetworkGroup, options?: NetworkGroupsCreateOrUpdateOptionalParams): Promise<NetworkGroupsCreateOrUpdateResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- networkGroupName
-
string
The name of the network group.
- parameters
- NetworkGroup
Parameters supplied to the specify which network group need to create
The options parameters.
Returns
Promise<NetworkGroupsCreateOrUpdateResponse>
get(string, string, string, NetworkGroupsGetOptionalParams)
Gets the specified network group.
function get(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsGetOptionalParams): Promise<NetworkGroup>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- networkGroupName
-
string
The name of the network group.
- options
- NetworkGroupsGetOptionalParams
The options parameters.
Returns
Promise<NetworkGroup>
list(string, string, NetworkGroupsListOptionalParams)
Lists the specified network group.
function list(resourceGroupName: string, networkManagerName: string, options?: NetworkGroupsListOptionalParams): PagedAsyncIterableIterator<NetworkGroup, NetworkGroup[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- options
- NetworkGroupsListOptionalParams
The options parameters.