CustomIPPrefixesOperations interface
Interface representing a CustomIPPrefixes operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates a custom IP prefix. |
| delete | Deletes the specified custom IP prefix. |
| get | Gets the specified custom IP prefix in a specified resource group. |
| list | Gets all custom IP prefixes in a resource group. |
| list |
Gets all the custom IP prefixes in a subscription. |
| update |
Updates custom IP prefix tags. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CustomIpPrefix>, CustomIpPrefix>>
Property Value
(resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CustomIpPrefix>, CustomIpPrefix>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams) => Promise<CustomIpPrefix>
Property Value
(resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams) => Promise<CustomIpPrefix>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates or updates a custom IP prefix.
createOrUpdate: (resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams) => PollerLike<OperationState<CustomIpPrefix>, CustomIpPrefix>
Property Value
(resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams) => PollerLike<OperationState<CustomIpPrefix>, CustomIpPrefix>
delete
Deletes the specified custom IP prefix.
delete: (resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the specified custom IP prefix in a specified resource group.
get: (resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesGetOptionalParams) => Promise<CustomIpPrefix>
Property Value
(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesGetOptionalParams) => Promise<CustomIpPrefix>
list
Gets all custom IP prefixes in a resource group.
list: (resourceGroupName: string, options?: CustomIPPrefixesListOptionalParams) => PagedAsyncIterableIterator<CustomIpPrefix, CustomIpPrefix[], PageSettings>
Property Value
(resourceGroupName: string, options?: CustomIPPrefixesListOptionalParams) => PagedAsyncIterableIterator<CustomIpPrefix, CustomIpPrefix[], PageSettings>
listAll
Gets all the custom IP prefixes in a subscription.
listAll: (options?: CustomIPPrefixesListAllOptionalParams) => PagedAsyncIterableIterator<CustomIpPrefix, CustomIpPrefix[], PageSettings>
Property Value
(options?: CustomIPPrefixesListAllOptionalParams) => PagedAsyncIterableIterator<CustomIpPrefix, CustomIpPrefix[], PageSettings>
updateTags
Updates custom IP prefix tags.
updateTags: (resourceGroupName: string, customIpPrefixName: string, parameters: TagsObject, options?: CustomIPPrefixesUpdateTagsOptionalParams) => Promise<CustomIpPrefix>
Property Value
(resourceGroupName: string, customIpPrefixName: string, parameters: TagsObject, options?: CustomIPPrefixesUpdateTagsOptionalParams) => Promise<CustomIpPrefix>