NetworkProfiles interface
Interface représentant un NetworkProfiles.
Méthodes
| begin |
Supprime le profil réseau spécifié. |
| begin |
Supprime le profil réseau spécifié. |
| create |
Crée ou met à jour un profil réseau. |
| get(string, string, Network |
Obtient le profil réseau spécifié dans un groupe de ressources spécifié. |
| list(string, Network |
Obtient tous les profils réseau d’un groupe de ressources. |
| list |
Obtient tous les profils réseau d’un abonnement. |
| update |
Met à jour les balises de profil réseau. |
Détails de la méthode
beginDelete(string, string, NetworkProfilesDeleteOptionalParams)
Supprime le profil réseau spécifié.
function beginDelete(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkProfileName
-
string
Nom du NetworkProfile.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, NetworkProfilesDeleteOptionalParams)
Supprime le profil réseau spécifié.
function beginDeleteAndWait(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkProfileName
-
string
Nom du NetworkProfile.
Paramètres d’options.
Retours
Promise<void>
createOrUpdate(string, string, NetworkProfile, NetworkProfilesCreateOrUpdateOptionalParams)
Crée ou met à jour un profil réseau.
function createOrUpdate(resourceGroupName: string, networkProfileName: string, parameters: NetworkProfile, options?: NetworkProfilesCreateOrUpdateOptionalParams): Promise<NetworkProfile>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkProfileName
-
string
Nom du profil réseau.
- parameters
- NetworkProfile
Paramètres fournis pour l’opération de création ou de mise à jour du profil réseau.
Paramètres d’options.
Retours
Promise<NetworkProfile>
get(string, string, NetworkProfilesGetOptionalParams)
Obtient le profil réseau spécifié dans un groupe de ressources spécifié.
function get(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesGetOptionalParams): Promise<NetworkProfile>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkProfileName
-
string
Nom du préfixe d’adresse IP publique.
- options
- NetworkProfilesGetOptionalParams
Paramètres d’options.
Retours
Promise<NetworkProfile>
list(string, NetworkProfilesListOptionalParams)
Obtient tous les profils réseau d’un groupe de ressources.
function list(resourceGroupName: string, options?: NetworkProfilesListOptionalParams): PagedAsyncIterableIterator<NetworkProfile, NetworkProfile[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
Paramètres d’options.
Retours
listAll(NetworkProfilesListAllOptionalParams)
Obtient tous les profils réseau d’un abonnement.
function listAll(options?: NetworkProfilesListAllOptionalParams): PagedAsyncIterableIterator<NetworkProfile, NetworkProfile[], PageSettings>
Paramètres
Paramètres d’options.
Retours
updateTags(string, string, TagsObject, NetworkProfilesUpdateTagsOptionalParams)
Met à jour les balises de profil réseau.
function updateTags(resourceGroupName: string, networkProfileName: string, parameters: TagsObject, options?: NetworkProfilesUpdateTagsOptionalParams): Promise<NetworkProfile>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkProfileName
-
string
Nom du profil réseau.
- parameters
- TagsObject
Paramètres fournis pour mettre à jour les balises de profil réseau.
Paramètres d’options.
Retours
Promise<NetworkProfile>