CustomIPPrefixes interface
Interface représentant un CustomIPPrefixes.
Méthodes
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.
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.
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.
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.
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é.
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.
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
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.
Paramètres d’options.
Retours
Promise<CustomIpPrefix>