Partager via


CustomIPPrefixes interface

Interface représentant un CustomIPPrefixes.

Méthodes

beginCreateOrUpdate(string, string, CustomIpPrefix, CustomIPPrefixesCreateOrUpdateOptionalParams)

Crée ou met à jour un préfixe IP personnalisé.

beginCreateOrUpdateAndWait(string, string, CustomIpPrefix, CustomIPPrefixesCreateOrUpdateOptionalParams)

Crée ou met à jour un préfixe IP personnalisé.

beginDelete(string, string, CustomIPPrefixesDeleteOptionalParams)

Supprime le préfixe IP personnalisé spécifié.

beginDeleteAndWait(string, string, CustomIPPrefixesDeleteOptionalParams)

Supprime le préfixe IP personnalisé spécifié.

get(string, string, CustomIPPrefixesGetOptionalParams)

Obtient le préfixe IP personnalisé spécifié dans un groupe de ressources spécifié.

list(string, CustomIPPrefixesListOptionalParams)

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

listAll(CustomIPPrefixesListAllOptionalParams)

Obtient tous les préfixes d’adresse IP personnalisés dans un abonnement.

updateTags(string, string, TagsObject, CustomIPPrefixesUpdateTagsOptionalParams)

Met à jour les balises de préfixe IP personnalisées.

Détails de la méthode

beginCreateOrUpdate(string, string, CustomIpPrefix, CustomIPPrefixesCreateOrUpdateOptionalParams)

Crée ou met à jour un préfixe IP personnalisé.

function beginCreateOrUpdate(resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CustomIpPrefix>, CustomIpPrefix>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

customIpPrefixName

string

Nom du préfixe IP personnalisé.

parameters
CustomIpPrefix

Paramètres fournis pour l’opération de préfixe IP personnalisé de création ou de mise à jour.

options
CustomIPPrefixesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

beginCreateOrUpdateAndWait(string, string, CustomIpPrefix, CustomIPPrefixesCreateOrUpdateOptionalParams)

Crée ou met à jour un préfixe IP personnalisé.

function beginCreateOrUpdateAndWait(resourceGroupName: string, customIpPrefixName: string, parameters: CustomIpPrefix, options?: CustomIPPrefixesCreateOrUpdateOptionalParams): Promise<CustomIpPrefix>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

customIpPrefixName

string

Nom du préfixe IP personnalisé.

parameters
CustomIpPrefix

Paramètres fournis pour l’opération de préfixe IP personnalisé de création ou de mise à jour.

options
CustomIPPrefixesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<CustomIpPrefix>

beginDelete(string, string, CustomIPPrefixesDeleteOptionalParams)

Supprime le préfixe IP personnalisé spécifié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

customIpPrefixName

string

Nom de CustomIpPrefix.

options
CustomIPPrefixesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, CustomIPPrefixesDeleteOptionalParams)

Supprime le préfixe IP personnalisé spécifié.

function beginDeleteAndWait(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

customIpPrefixName

string

Nom de CustomIpPrefix.

options
CustomIPPrefixesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, CustomIPPrefixesGetOptionalParams)

Obtient le préfixe IP personnalisé spécifié dans un groupe de ressources spécifié.

function get(resourceGroupName: string, customIpPrefixName: string, options?: CustomIPPrefixesGetOptionalParams): Promise<CustomIpPrefix>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

customIpPrefixName

string

Nom du préfixe IP personnalisé.

options
CustomIPPrefixesGetOptionalParams

Paramètres d’options.

Retours

Promise<CustomIpPrefix>

list(string, CustomIPPrefixesListOptionalParams)

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

function list(resourceGroupName: string, options?: CustomIPPrefixesListOptionalParams): PagedAsyncIterableIterator<CustomIpPrefix, CustomIpPrefix[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

options
CustomIPPrefixesListOptionalParams

Paramètres d’options.

Retours

listAll(CustomIPPrefixesListAllOptionalParams)

Obtient tous les préfixes d’adresse IP personnalisés dans un abonnement.

function listAll(options?: CustomIPPrefixesListAllOptionalParams): PagedAsyncIterableIterator<CustomIpPrefix, CustomIpPrefix[], PageSettings>

Paramètres

options
CustomIPPrefixesListAllOptionalParams

Paramètres d’options.

Retours

updateTags(string, string, TagsObject, CustomIPPrefixesUpdateTagsOptionalParams)

Met à jour les balises de préfixe IP personnalisées.

function updateTags(resourceGroupName: string, customIpPrefixName: string, parameters: TagsObject, options?: CustomIPPrefixesUpdateTagsOptionalParams): Promise<CustomIpPrefix>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

customIpPrefixName

string

Nom du préfixe IP personnalisé.

parameters
TagsObject

Paramètres fournis pour mettre à jour les balises de préfixe IP personnalisées.

options
CustomIPPrefixesUpdateTagsOptionalParams

Paramètres d’options.

Retours

Promise<CustomIpPrefix>