public class EffectiveNetworkSecurityGroupAssociation extends Object
| Constructor and Description |
|---|
EffectiveNetworkSecurityGroupAssociation() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.SubResource |
networkInterface()
Get the networkInterface value.
|
com.microsoft.azure.SubResource |
subnet()
Get the subnet value.
|
EffectiveNetworkSecurityGroupAssociation |
withNetworkInterface(com.microsoft.azure.SubResource networkInterface)
Set the networkInterface value.
|
EffectiveNetworkSecurityGroupAssociation |
withSubnet(com.microsoft.azure.SubResource subnet)
Set the subnet value.
|
public EffectiveNetworkSecurityGroupAssociation()
public com.microsoft.azure.SubResource subnet()
public EffectiveNetworkSecurityGroupAssociation withSubnet(com.microsoft.azure.SubResource subnet)
subnet - the subnet value to setpublic com.microsoft.azure.SubResource networkInterface()
public EffectiveNetworkSecurityGroupAssociation withNetworkInterface(com.microsoft.azure.SubResource networkInterface)
networkInterface - the networkInterface value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/