StaticCidrs interface
Interface representing a StaticCidrs.
Methods
| begin |
Delete the Static CIDR resource. |
| begin |
Delete the Static CIDR resource. |
| create(string, string, string, string, Static |
Creates/Updates the Static CIDR resource. |
| get(string, string, string, string, Static |
Gets the specific Static CIDR resource. |
| list(string, string, string, Static |
Gets list of Static CIDR resources at Network Manager level. |
Method Details
beginDelete(string, string, string, string, StaticCidrsDeleteOptionalParams)
Delete the Static CIDR resource.
function beginDelete(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<StaticCidrsDeleteHeaders>, StaticCidrsDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- poolName
-
string
Pool resource name.
- staticCidrName
-
string
StaticCidr resource name to delete.
- options
- StaticCidrsDeleteOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<StaticCidrsDeleteHeaders>, StaticCidrsDeleteHeaders>>
beginDeleteAndWait(string, string, string, string, StaticCidrsDeleteOptionalParams)
Delete the Static CIDR resource.
function beginDeleteAndWait(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams): Promise<StaticCidrsDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- poolName
-
string
Pool resource name.
- staticCidrName
-
string
StaticCidr resource name to delete.
- options
- StaticCidrsDeleteOptionalParams
The options parameters.
Returns
Promise<StaticCidrsDeleteHeaders>
create(string, string, string, string, StaticCidrsCreateOptionalParams)
Creates/Updates the Static CIDR resource.
function create(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsCreateOptionalParams): Promise<StaticCidr>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- poolName
-
string
IP Address Manager Pool resource name.
- staticCidrName
-
string
Static Cidr allocation name.
- options
- StaticCidrsCreateOptionalParams
The options parameters.
Returns
Promise<StaticCidr>
get(string, string, string, string, StaticCidrsGetOptionalParams)
Gets the specific Static CIDR resource.
function get(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsGetOptionalParams): Promise<StaticCidr>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- poolName
-
string
Pool resource name.
- staticCidrName
-
string
StaticCidr resource name to retrieve.
- options
- StaticCidrsGetOptionalParams
The options parameters.
Returns
Promise<StaticCidr>
list(string, string, string, StaticCidrsListOptionalParams)
Gets list of Static CIDR resources at Network Manager level.
function list(resourceGroupName: string, networkManagerName: string, poolName: string, options?: StaticCidrsListOptionalParams): PagedAsyncIterableIterator<StaticCidr, StaticCidr[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- networkManagerName
-
string
The name of the network manager.
- poolName
-
string
Pool resource name.
- options
- StaticCidrsListOptionalParams
The options parameters.