public interface Network extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.VirtualNetworkInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<Network>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<Network.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Network.Definition
The entirety of the virtual network definition.
|
static interface |
Network.DefinitionStages
Grouping of virtual network definition stages.
|
static interface |
Network.Update
The template for a virtual network update operation, containing all the settings that
can be modified.
|
static interface |
Network.UpdateStages
Grouping of virtual network update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
List<String> |
addressSpaces() |
List<String> |
dnsServerIPs() |
Map<String,Subnet> |
subnets() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinner/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/