PublicIPPrefixesOperations interface
Interface representing a PublicIPPrefixes operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates or updates a static or dynamic public IP prefix. |
| delete | Deletes the specified public IP prefix. |
| get | Gets the specified public IP prefix in a specified resource group. |
| list | Gets all public IP prefixes in a resource group. |
| list |
Gets all the public IP prefixes in a subscription. |
| update |
Updates public IP prefix tags. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, publicIpPrefixName: string, parameters: PublicIPPrefix, options?: PublicIPPrefixesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PublicIPPrefix>, PublicIPPrefix>>
Property Value
(resourceGroupName: string, publicIpPrefixName: string, parameters: PublicIPPrefix, options?: PublicIPPrefixesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PublicIPPrefix>, PublicIPPrefix>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, publicIpPrefixName: string, parameters: PublicIPPrefix, options?: PublicIPPrefixesCreateOrUpdateOptionalParams) => Promise<PublicIPPrefix>
Property Value
(resourceGroupName: string, publicIpPrefixName: string, parameters: PublicIPPrefix, options?: PublicIPPrefixesCreateOrUpdateOptionalParams) => Promise<PublicIPPrefix>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, publicIpPrefixName: string, options?: PublicIPPrefixesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, publicIpPrefixName: string, options?: PublicIPPrefixesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, publicIpPrefixName: string, options?: PublicIPPrefixesDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, publicIpPrefixName: string, options?: PublicIPPrefixesDeleteOptionalParams) => Promise<void>
createOrUpdate
Creates or updates a static or dynamic public IP prefix.
createOrUpdate: (resourceGroupName: string, publicIpPrefixName: string, parameters: PublicIPPrefix, options?: PublicIPPrefixesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PublicIPPrefix>, PublicIPPrefix>
Property Value
(resourceGroupName: string, publicIpPrefixName: string, parameters: PublicIPPrefix, options?: PublicIPPrefixesCreateOrUpdateOptionalParams) => PollerLike<OperationState<PublicIPPrefix>, PublicIPPrefix>
delete
Deletes the specified public IP prefix.
delete: (resourceGroupName: string, publicIpPrefixName: string, options?: PublicIPPrefixesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, publicIpPrefixName: string, options?: PublicIPPrefixesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets the specified public IP prefix in a specified resource group.
get: (resourceGroupName: string, publicIpPrefixName: string, options?: PublicIPPrefixesGetOptionalParams) => Promise<PublicIPPrefix>
Property Value
(resourceGroupName: string, publicIpPrefixName: string, options?: PublicIPPrefixesGetOptionalParams) => Promise<PublicIPPrefix>
list
Gets all public IP prefixes in a resource group.
list: (resourceGroupName: string, options?: PublicIPPrefixesListOptionalParams) => PagedAsyncIterableIterator<PublicIPPrefix, PublicIPPrefix[], PageSettings>
Property Value
(resourceGroupName: string, options?: PublicIPPrefixesListOptionalParams) => PagedAsyncIterableIterator<PublicIPPrefix, PublicIPPrefix[], PageSettings>
listAll
Gets all the public IP prefixes in a subscription.
listAll: (options?: PublicIPPrefixesListAllOptionalParams) => PagedAsyncIterableIterator<PublicIPPrefix, PublicIPPrefix[], PageSettings>
Property Value
(options?: PublicIPPrefixesListAllOptionalParams) => PagedAsyncIterableIterator<PublicIPPrefix, PublicIPPrefix[], PageSettings>
updateTags
Updates public IP prefix tags.
updateTags: (resourceGroupName: string, publicIpPrefixName: string, parameters: TagsObject, options?: PublicIPPrefixesUpdateTagsOptionalParams) => Promise<PublicIPPrefix>
Property Value
(resourceGroupName: string, publicIpPrefixName: string, parameters: TagsObject, options?: PublicIPPrefixesUpdateTagsOptionalParams) => Promise<PublicIPPrefix>