IpAllocations interface
Interface die een IpAllocations vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)
Hiermee maakt of werkt u een IpAllocation in de opgegeven resourcegroep bij.
function beginCreateOrUpdate(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ipAllocationName
-
string
De naam van de IpAllocation.
- parameters
- IpAllocation
Parameters die zijn opgegeven voor het maken of bijwerken van een virtueel netwerk.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)
Hiermee maakt of werkt u een IpAllocation in de opgegeven resourcegroep bij.
function beginCreateOrUpdateAndWait(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<IpAllocation>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ipAllocationName
-
string
De naam van de IpAllocation.
- parameters
- IpAllocation
Parameters die zijn opgegeven voor het maken of bijwerken van een virtueel netwerk.
De optiesparameters.
Retouren
Promise<IpAllocation>
beginDelete(string, string, IpAllocationsDeleteOptionalParams)
Hiermee verwijdert u de opgegeven IpAllocation.
function beginDelete(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ipAllocationName
-
string
De naam van de IpAllocation.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)
Hiermee verwijdert u de opgegeven IpAllocation.
function beginDeleteAndWait(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ipAllocationName
-
string
De naam van de IpAllocation.
De optiesparameters.
Retouren
Promise<void>
get(string, string, IpAllocationsGetOptionalParams)
Hiermee haalt u de opgegeven IpAllocation op per resourcegroep.
function get(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams): Promise<IpAllocation>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ipAllocationName
-
string
De naam van de IpAllocation.
- options
- IpAllocationsGetOptionalParams
De optiesparameters.
Retouren
Promise<IpAllocation>
list(IpAllocationsListOptionalParams)
Hiermee worden alle IpAllocations in een abonnement opgehaald.
function list(options?: IpAllocationsListOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Parameters
- options
- IpAllocationsListOptionalParams
De optiesparameters.
Retouren
listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)
Hiermee worden alle IpAllocations in een resourcegroep opgeslagen.
function listByResourceGroup(resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
De optiesparameters.
Retouren
updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)
Hiermee wordt een IpAllocation-tags bijgewerkt.
function updateTags(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams): Promise<IpAllocation>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- ipAllocationName
-
string
De naam van de IpAllocation.
- parameters
- TagsObject
Parameters die zijn opgegeven voor het bijwerken van IpAllocation-tags.
De optiesparameters.
Retouren
Promise<IpAllocation>