IpPrefixes interface
Interface représentant un IpPrefixes.
Méthodes
Détails de la méthode
beginCreate(string, string, IpPrefix, IpPrefixesCreateOptionalParams)
Implémente la méthode PUT de préfixe IP.
function beginCreate(resourceGroupName: string, ipPrefixName: string, body: IpPrefix, options?: IpPrefixesCreateOptionalParams): Promise<SimplePollerLike<OperationState<IpPrefix>, IpPrefix>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- ipPrefixName
-
string
Nom du préfixe IP.
- body
- IpPrefix
Charge utile de la demande.
- options
- IpPrefixesCreateOptionalParams
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpPrefix>, IpPrefix>>
beginCreateAndWait(string, string, IpPrefix, IpPrefixesCreateOptionalParams)
Implémente la méthode PUT de préfixe IP.
function beginCreateAndWait(resourceGroupName: string, ipPrefixName: string, body: IpPrefix, options?: IpPrefixesCreateOptionalParams): Promise<IpPrefix>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- ipPrefixName
-
string
Nom du préfixe IP.
- body
- IpPrefix
Charge utile de la demande.
- options
- IpPrefixesCreateOptionalParams
Paramètres d’options.
Retours
Promise<IpPrefix>
beginDelete(string, string, IpPrefixesDeleteOptionalParams)
Implémente la méthode DELETE de préfixe IP.
function beginDelete(resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<IpPrefixesDeleteHeaders>, IpPrefixesDeleteHeaders>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- ipPrefixName
-
string
Nom du préfixe IP.
- options
- IpPrefixesDeleteOptionalParams
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpPrefixesDeleteHeaders>, IpPrefixesDeleteHeaders>>
beginDeleteAndWait(string, string, IpPrefixesDeleteOptionalParams)
Implémente la méthode DELETE de préfixe IP.
function beginDeleteAndWait(resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesDeleteOptionalParams): Promise<IpPrefixesDeleteHeaders>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- ipPrefixName
-
string
Nom du préfixe IP.
- options
- IpPrefixesDeleteOptionalParams
Paramètres d’options.
Retours
Promise<IpPrefixesDeleteHeaders>
beginUpdate(string, string, IpPrefixPatch, IpPrefixesUpdateOptionalParams)
API pour mettre à jour certaines propriétés de la ressource préfixe IP.
function beginUpdate(resourceGroupName: string, ipPrefixName: string, body: IpPrefixPatch, options?: IpPrefixesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IpPrefix>, IpPrefix>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- ipPrefixName
-
string
Nom du préfixe IP.
- body
- IpPrefixPatch
Propriétés du préfixe IP à mettre à jour.
- options
- IpPrefixesUpdateOptionalParams
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<IpPrefix>, IpPrefix>>
beginUpdateAndWait(string, string, IpPrefixPatch, IpPrefixesUpdateOptionalParams)
API pour mettre à jour certaines propriétés de la ressource préfixe IP.
function beginUpdateAndWait(resourceGroupName: string, ipPrefixName: string, body: IpPrefixPatch, options?: IpPrefixesUpdateOptionalParams): Promise<IpPrefix>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- ipPrefixName
-
string
Nom du préfixe IP.
- body
- IpPrefixPatch
Propriétés du préfixe IP à mettre à jour.
- options
- IpPrefixesUpdateOptionalParams
Paramètres d’options.
Retours
Promise<IpPrefix>
get(string, string, IpPrefixesGetOptionalParams)
Implémente la méthode GET de préfixe IP.
function get(resourceGroupName: string, ipPrefixName: string, options?: IpPrefixesGetOptionalParams): Promise<IpPrefix>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- ipPrefixName
-
string
Nom du préfixe IP.
- options
- IpPrefixesGetOptionalParams
Paramètres d’options.
Retours
Promise<IpPrefix>
listByResourceGroup(string, IpPrefixesListByResourceGroupOptionalParams)
Implémente la liste IpPrefixes par la méthode GET du groupe de ressources.
function listByResourceGroup(resourceGroupName: string, options?: IpPrefixesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<IpPrefix, IpPrefix[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
Paramètres d’options.
Retours
listBySubscription(IpPrefixesListBySubscriptionOptionalParams)
Implémente la liste IpPrefixes par méthode GET d’abonnement.
function listBySubscription(options?: IpPrefixesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<IpPrefix, IpPrefix[], PageSettings>
Paramètres
Paramètres d’options.