public interface com.microsoft.azure.management.network.NetworkSecurityRule$UpdateStages$WithDestinationAddressOrSecurityGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.NetworkSecurityRule$UpdateStages$WithDestinationAddressOrSecurityGroup
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$Update toAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/NetworkSecurityRule$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      cidr  

  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$Update toAnyAddress();
    descriptor: ()Lcom/microsoft/azure/management/network/NetworkSecurityRule$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$Update toAddresses(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/network/NetworkSecurityRule$Update;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
    MethodParameters:
           Name  Flags
      addresses  

  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$Update withDestinationApplicationSecurityGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/NetworkSecurityRule$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "NetworkSecurityRule.java"
NestHost: com.microsoft.azure.management.network.NetworkSecurityRule
InnerClasses:
  public abstract Update = com.microsoft.azure.management.network.NetworkSecurityRule$Update of com.microsoft.azure.management.network.NetworkSecurityRule
  public abstract UpdateStages = com.microsoft.azure.management.network.NetworkSecurityRule$UpdateStages of com.microsoft.azure.management.network.NetworkSecurityRule
  public abstract WithDestinationAddressOrSecurityGroup = com.microsoft.azure.management.network.NetworkSecurityRule$UpdateStages$WithDestinationAddressOrSecurityGroup of com.microsoft.azure.management.network.NetworkSecurityRule$UpdateStages