StaticCidrsOperations interface
Interface representing a StaticCidrs operations.
Properties
| begin |
|
| begin |
|
| create | Creates/Updates the Static CIDR resource. |
| delete | Delete the Static CIDR resource. |
| get | Gets the specific Static CIDR resource. |
| list | Gets list of Static CIDR resources at Network Manager level. |
Property Details
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams) => Promise<void>
create
Creates/Updates the Static CIDR resource.
create: (resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsCreateOptionalParams) => Promise<StaticCidr>
Property Value
(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsCreateOptionalParams) => Promise<StaticCidr>
delete
Delete the Static CIDR resource.
delete: (resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the specific Static CIDR resource.
get: (resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsGetOptionalParams) => Promise<StaticCidr>
Property Value
(resourceGroupName: string, networkManagerName: string, poolName: string, staticCidrName: string, options?: StaticCidrsGetOptionalParams) => Promise<StaticCidr>
list
Gets list of Static CIDR resources at Network Manager level.
list: (resourceGroupName: string, networkManagerName: string, poolName: string, options?: StaticCidrsListOptionalParams) => PagedAsyncIterableIterator<StaticCidr, StaticCidr[], PageSettings>
Property Value
(resourceGroupName: string, networkManagerName: string, poolName: string, options?: StaticCidrsListOptionalParams) => PagedAsyncIterableIterator<StaticCidr, StaticCidr[], PageSettings>