| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileInner |
NetworkProfilesClient.createOrUpdate(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters)
Creates or updates a network profile.
|
NetworkProfileInner |
NetworkProfilesClient.getByResourceGroup(String resourceGroupName,
String networkProfileName)
Gets the specified network profile in a specified resource group.
|
NetworkProfileInner |
NetworkProfilesClient.updateTags(String resourceGroupName,
String networkProfileName)
Updates network profile tags.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileInner |
NetworkProfilesClient.createOrUpdate(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters)
Creates or updates a network profile.
|
Mono<NetworkProfileInner> |
NetworkProfilesClient.createOrUpdateAsync(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters)
Creates or updates a network profile.
|
com.azure.core.http.rest.Response<NetworkProfileInner> |
NetworkProfilesClient.createOrUpdateWithResponse(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters,
com.azure.core.util.Context context)
Creates or updates a network profile.
|
Mono<com.azure.core.http.rest.Response<NetworkProfileInner>> |
NetworkProfilesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String networkProfileName,
NetworkProfileInner parameters)
Creates or updates a network profile.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkProfileInner |
NetworkProfileInner.withContainerNetworkInterfaceConfigurations(List<ContainerNetworkInterfaceConfiguration> containerNetworkInterfaceConfigurations)
Set the containerNetworkInterfaceConfigurations property: List of chid container network interface
configurations.
|
NetworkProfileInner |
NetworkProfileInner.withId(String id)
Set the id property: Resource ID.
|
NetworkProfileInner |
NetworkProfileInner.withLocation(String location) |
NetworkProfileInner |
NetworkProfileInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.