public class EffectiveNetworkSecurityGroup extends Object
| Constructor and Description |
|---|
EffectiveNetworkSecurityGroup() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityGroupAssociation |
association()
Get the association value.
|
List<EffectiveNetworkSecurityRule> |
effectiveSecurityRules()
Get the effectiveSecurityRules value.
|
com.microsoft.azure.SubResource |
networkSecurityGroup()
Get the networkSecurityGroup value.
|
Map<String,List<String>> |
tagMap()
Get the tagMap value.
|
EffectiveNetworkSecurityGroup |
withAssociation(EffectiveNetworkSecurityGroupAssociation association)
Set the association value.
|
EffectiveNetworkSecurityGroup |
withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
Set the effectiveSecurityRules value.
|
EffectiveNetworkSecurityGroup |
withNetworkSecurityGroup(com.microsoft.azure.SubResource networkSecurityGroup)
Set the networkSecurityGroup value.
|
EffectiveNetworkSecurityGroup |
withTagMap(Map<String,List<String>> tagMap)
Set the tagMap value.
|
public com.microsoft.azure.SubResource networkSecurityGroup()
public EffectiveNetworkSecurityGroup withNetworkSecurityGroup(com.microsoft.azure.SubResource networkSecurityGroup)
networkSecurityGroup - the networkSecurityGroup value to setpublic EffectiveNetworkSecurityGroupAssociation association()
public EffectiveNetworkSecurityGroup withAssociation(EffectiveNetworkSecurityGroupAssociation association)
association - the association value to setpublic List<EffectiveNetworkSecurityRule> effectiveSecurityRules()
public EffectiveNetworkSecurityGroup withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
effectiveSecurityRules - the effectiveSecurityRules value to setpublic EffectiveNetworkSecurityGroup withTagMap(Map<String,List<String>> tagMap)
tagMap - the tagMap 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.
*/