public class com.microsoft.azure.management.network.SecurityRuleAssociations
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.SecurityRuleAssociations
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.network.NetworkInterfaceAssociation networkInterfaceAssociation;
    descriptor: Lcom/microsoft/azure/management/network/NetworkInterfaceAssociation;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "networkInterfaceAssociation")

  private com.microsoft.azure.management.network.SubnetAssociation subnetAssociation;
    descriptor: Lcom/microsoft/azure/management/network/SubnetAssociation;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "subnetAssociation")

  private java.util.List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> defaultSecurityRules;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "defaultSecurityRules")

  private java.util.List<com.microsoft.azure.management.network.EffectiveNetworkSecurityRule> effectiveSecurityRules;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/EffectiveNetworkSecurityRule;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "effectiveSecurityRules")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;

  public com.microsoft.azure.management.network.NetworkInterfaceAssociation networkInterfaceAssociation();
    descriptor: ()Lcom/microsoft/azure/management/network/NetworkInterfaceAssociation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
         0: .line 49
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.SecurityRuleAssociations.networkInterfaceAssociation:Lcom/microsoft/azure/management/network/NetworkInterfaceAssociation;
            areturn
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;

  public com.microsoft.azure.management.network.SecurityRuleAssociations withNetworkInterfaceAssociation(com.microsoft.azure.management.network.NetworkInterfaceAssociation);
    descriptor: (Lcom/microsoft/azure/management/network/NetworkInterfaceAssociation;)Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
        start local 1 // com.microsoft.azure.management.network.NetworkInterfaceAssociation networkInterfaceAssociation
         0: .line 59
            aload 0 /* this */
            aload 1 /* networkInterfaceAssociation */
            putfield com.microsoft.azure.management.network.SecurityRuleAssociations.networkInterfaceAssociation:Lcom/microsoft/azure/management/network/NetworkInterfaceAssociation;
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.NetworkInterfaceAssociation networkInterfaceAssociation
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
            0    2     1  networkInterfaceAssociation  Lcom/microsoft/azure/management/network/NetworkInterfaceAssociation;
    MethodParameters:
                             Name  Flags
      networkInterfaceAssociation  

  public com.microsoft.azure.management.network.SubnetAssociation subnetAssociation();
    descriptor: ()Lcom/microsoft/azure/management/network/SubnetAssociation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.SecurityRuleAssociations.subnetAssociation:Lcom/microsoft/azure/management/network/SubnetAssociation;
            areturn
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;

  public com.microsoft.azure.management.network.SecurityRuleAssociations withSubnetAssociation(com.microsoft.azure.management.network.SubnetAssociation);
    descriptor: (Lcom/microsoft/azure/management/network/SubnetAssociation;)Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
        start local 1 // com.microsoft.azure.management.network.SubnetAssociation subnetAssociation
         0: .line 79
            aload 0 /* this */
            aload 1 /* subnetAssociation */
            putfield com.microsoft.azure.management.network.SecurityRuleAssociations.subnetAssociation:Lcom/microsoft/azure/management/network/SubnetAssociation;
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.SubnetAssociation subnetAssociation
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
            0    2     1  subnetAssociation  Lcom/microsoft/azure/management/network/SubnetAssociation;
    MethodParameters:
                   Name  Flags
      subnetAssociation  

  public java.util.List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> defaultSecurityRules();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
         0: .line 89
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.SecurityRuleAssociations.defaultSecurityRules:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;>;

  public com.microsoft.azure.management.network.SecurityRuleAssociations withDefaultSecurityRules(java.util.List<com.microsoft.azure.management.network.implementation.SecurityRuleInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
        start local 1 // java.util.List defaultSecurityRules
         0: .line 99
            aload 0 /* this */
            aload 1 /* defaultSecurityRules */
            putfield com.microsoft.azure.management.network.SecurityRuleAssociations.defaultSecurityRules:Ljava/util/List;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // java.util.List defaultSecurityRules
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
            0    2     1  defaultSecurityRules  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/SecurityRuleInner;>;)Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
    MethodParameters:
                      Name  Flags
      defaultSecurityRules  

  public java.util.List<com.microsoft.azure.management.network.EffectiveNetworkSecurityRule> effectiveSecurityRules();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
         0: .line 109
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.SecurityRuleAssociations.effectiveSecurityRules:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/EffectiveNetworkSecurityRule;>;

  public com.microsoft.azure.management.network.SecurityRuleAssociations withEffectiveSecurityRules(java.util.List<com.microsoft.azure.management.network.EffectiveNetworkSecurityRule>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
        start local 1 // java.util.List effectiveSecurityRules
         0: .line 119
            aload 0 /* this */
            aload 1 /* effectiveSecurityRules */
            putfield com.microsoft.azure.management.network.SecurityRuleAssociations.effectiveSecurityRules:Ljava/util/List;
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // java.util.List effectiveSecurityRules
        end local 0 // com.microsoft.azure.management.network.SecurityRuleAssociations this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
            0    2     1  effectiveSecurityRules  Ljava/util/List<Lcom/microsoft/azure/management/network/EffectiveNetworkSecurityRule;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/EffectiveNetworkSecurityRule;>;)Lcom/microsoft/azure/management/network/SecurityRuleAssociations;
    MethodParameters:
                        Name  Flags
      effectiveSecurityRules  
}
SourceFile: "SecurityRuleAssociations.java"