Partager via


IpAllocations interface

Interface représentant une adresse IpAllocations.

Méthodes

beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

beginDelete(string, string, IpAllocationsDeleteOptionalParams)

Supprime l’adresse IpAllocation spécifiée.

beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)

Supprime l’adresse IpAllocation spécifiée.

get(string, string, IpAllocationsGetOptionalParams)

Obtient l’IpAllocation spécifié par groupe de ressources.

list(IpAllocationsListOptionalParams)

Obtient toutes les ipAllocations dans un abonnement.

listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)

Obtient toutes les ipAllocations dans un groupe de ressources.

updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)

Met à jour des balises IpAllocation.

Détails de la méthode

beginCreateOrUpdate(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

function beginCreateOrUpdate(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

ipAllocationName

string

Nom de l’adresse IpAllocation.

parameters
IpAllocation

Paramètres fournis pour l’opération de création ou de mise à jour du réseau virtuel.

options
IpAllocationsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<IpAllocation>, IpAllocation>>

beginCreateOrUpdateAndWait(string, string, IpAllocation, IpAllocationsCreateOrUpdateOptionalParams)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

function beginCreateOrUpdateAndWait(resourceGroupName: string, ipAllocationName: string, parameters: IpAllocation, options?: IpAllocationsCreateOrUpdateOptionalParams): Promise<IpAllocation>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

ipAllocationName

string

Nom de l’adresse IpAllocation.

parameters
IpAllocation

Paramètres fournis pour l’opération de création ou de mise à jour du réseau virtuel.

options
IpAllocationsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<IpAllocation>

beginDelete(string, string, IpAllocationsDeleteOptionalParams)

Supprime l’adresse IpAllocation spécifiée.

function beginDelete(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

ipAllocationName

string

Nom de l’adresse IpAllocation.

options
IpAllocationsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, IpAllocationsDeleteOptionalParams)

Supprime l’adresse IpAllocation spécifiée.

function beginDeleteAndWait(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

ipAllocationName

string

Nom de l’adresse IpAllocation.

options
IpAllocationsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, IpAllocationsGetOptionalParams)

Obtient l’IpAllocation spécifié par groupe de ressources.

function get(resourceGroupName: string, ipAllocationName: string, options?: IpAllocationsGetOptionalParams): Promise<IpAllocation>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

ipAllocationName

string

Nom de l’adresse IpAllocation.

options
IpAllocationsGetOptionalParams

Paramètres d’options.

Retours

Promise<IpAllocation>

list(IpAllocationsListOptionalParams)

Obtient toutes les ipAllocations dans un abonnement.

function list(options?: IpAllocationsListOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>

Paramètres

options
IpAllocationsListOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, IpAllocationsListByResourceGroupOptionalParams)

Obtient toutes les ipAllocations dans un groupe de ressources.

function listByResourceGroup(resourceGroupName: string, options?: IpAllocationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpAllocation, IpAllocation[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

options
IpAllocationsListByResourceGroupOptionalParams

Paramètres d’options.

Retours

updateTags(string, string, TagsObject, IpAllocationsUpdateTagsOptionalParams)

Met à jour des balises IpAllocation.

function updateTags(resourceGroupName: string, ipAllocationName: string, parameters: TagsObject, options?: IpAllocationsUpdateTagsOptionalParams): Promise<IpAllocation>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

ipAllocationName

string

Nom de l’adresse IpAllocation.

parameters
TagsObject

Paramètres fournis pour mettre à jour les balises IpAllocation.

options
IpAllocationsUpdateTagsOptionalParams

Paramètres d’options.

Retours

Promise<IpAllocation>