AssociationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. servicenetworking. models. AssociationProperties
- com.
Implements
public final class AssociationProperties
implements JsonSerializable<AssociationProperties>
Association Properties.
Constructor Summary
| Constructor | Description |
|---|---|
| AssociationProperties() |
Creates an instance of Association |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Association |
associationType()
Get the association |
|
static
Association |
fromJson(JsonReader jsonReader)
Reads an instance of Association |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Association |
subnet()
Get the subnet property: Association Subnet. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Association |
withAssociationType(AssociationType associationType)
Set the association |
|
Association |
withSubnet(AssociationSubnet subnet)
Set the subnet property: Association Subnet. |
Methods inherited from java.lang.Object
Constructor Details
AssociationProperties
public AssociationProperties()
Creates an instance of AssociationProperties class.
Method Details
associationType
public AssociationType associationType()
Get the associationType property: Association Type.
Returns:
fromJson
public static AssociationProperties fromJson(JsonReader jsonReader)
Reads an instance of AssociationProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning State of Traffic Controller Association Resource.
Returns:
subnet
public AssociationSubnet subnet()
Get the subnet property: Association Subnet.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAssociationType
public AssociationProperties withAssociationType(AssociationType associationType)
Set the associationType property: Association Type.
Parameters:
Returns:
withSubnet
public AssociationProperties withSubnet(AssociationSubnet subnet)
Set the subnet property: Association Subnet.
Parameters:
Returns: