| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static AssociationType |
AssociationType.ASSOCIATED
Static value Associated for AssociationType.
|
static AssociationType |
AssociationType.CONTAINS
Static value Contains for AssociationType.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationType |
TopologyAssociation.associationType()
Get the association type of the child resource to the parent resource.
|
static AssociationType |
AssociationType.fromString(String name)
Creates or finds a AssociationType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AssociationType> |
AssociationType.values() |
| Modifier and Type | Method and Description |
|---|---|
TopologyAssociation |
TopologyAssociation.withAssociationType(AssociationType associationType)
Set the association type of the child resource to the parent resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/