IpAllocations interface
Interfaccia che rappresenta un oggetto IpAllocations.
Metodi
Dettagli metodo
beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)
Crea o aggiorna un ipAllocation nel gruppo di risorse specificato.
function beginCreateOrUpdate(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- ipAllocationName
-
string
Nome dell'oggetto IpAllocation.
- parameters
- IpAllocation
Parametri forniti all'operazione di creazione o aggiornamento della rete virtuale.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>
beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)
Crea o aggiorna un ipAllocation nel gruppo di risorse specificato.
function beginCreateOrUpdateAndWait(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<IpAllocation>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- ipAllocationName
-
string
Nome dell'oggetto IpAllocation.
- parameters
- IpAllocation
Parametri forniti all'operazione di creazione o aggiornamento della rete virtuale.
Parametri delle opzioni.
Restituisce
Promise<IpAllocation>
beginDelete(string, string, IpAllocationsDeleteOptionalParams)
Elimina l'oggetto IpAllocation specificato.
function beginDelete(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- ipAllocationName
-
string
Nome dell'oggetto IpAllocation.
Parametri delle opzioni.
Restituisce
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)
Elimina l'oggetto IpAllocation specificato.
function beginDeleteAndWait(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- ipAllocationName
-
string
Nome dell'oggetto IpAllocation.
Parametri delle opzioni.
Restituisce
Promise<void>
get(string, string, IpAllocationsGetOptionalParams)
Ottiene l'oggetto IpAllocation specificato in base al gruppo di risorse.
function get(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams): Promise<IpAllocation>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- ipAllocationName
-
string
Nome dell'oggetto IpAllocation.
- options
- IpAllocationsGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<IpAllocation>
list(IpAllocationsListOptionalParams)
Ottiene tutti gli indirizzi IpAllocation in una sottoscrizione.
function list(options?: IpAllocationsListOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Parametri
- options
- IpAllocationsListOptionalParams
Parametri delle opzioni.
Restituisce
listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)
Ottiene tutti gli indirizzi IpAllocation in un gruppo di risorse.
function listByResourceGroup(resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
Parametri delle opzioni.
Restituisce
updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)
Aggiorna i tag IpAllocation.
function updateTags(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams): Promise<IpAllocation>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- ipAllocationName
-
string
Nome dell'oggetto IpAllocation.
- parameters
- TagsObject
Parametri forniti per aggiornare i tag IpAllocation.
Parametri delle opzioni.
Restituisce
Promise<IpAllocation>