SecurityRuleAssociations Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. SecurityRuleAssociations
- com.
Implements
public final class SecurityRuleAssociations
implements JsonSerializable<SecurityRuleAssociations>
All security rules associated with the network interface.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Security |
defaultSecurityRules()
Get the default |
|
List<Effective |
effectiveSecurityRules()
Get the effective |
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
|
Network |
networkInterfaceAssociation()
Get the network |
|
Subnet |
subnetAssociation()
Get the subnet |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
defaultSecurityRules
public List<SecurityRuleInner> defaultSecurityRules()
Get the defaultSecurityRules property: Collection of default security rules of the network security group.
Returns:
effectiveSecurityRules
public List<EffectiveNetworkSecurityRule> effectiveSecurityRules()
Get the effectiveSecurityRules property: Collection of effective security rules.
Returns:
fromJson
public static SecurityRuleAssociations fromJson(JsonReader jsonReader)
Reads an instance of SecurityRuleAssociations from the JsonReader.
Parameters:
Returns:
Throws:
networkInterfaceAssociation
public NetworkInterfaceAssociation networkInterfaceAssociation()
Get the networkInterfaceAssociation property: Network interface and it's custom security rules.
Returns:
subnetAssociation
public SubnetAssociation subnetAssociation()
Get the subnetAssociation property: Subnet and it's custom security rules.
Returns:
toJson
validate
public void validate()
Validates the instance.