public interface com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithSourcePort<ParentT>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithSourcePort
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup<ParentT> fromPort(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup<TParentT;>;
    MethodParameters:
      Name  Flags
      port  

  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup<ParentT> fromAnyPort();
    descriptor: ()Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup<TParentT;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup<ParentT> fromPortRange(int, int);
    descriptor: (II)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (II)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup<TParentT;>;
    MethodParameters:
      Name  Flags
      from  
      to    

  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup<ParentT> fromPortRanges(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: ([Ljava/lang/String;)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup<TParentT;>;
    MethodParameters:
        Name  Flags
      ranges  
}
Signature: <ParentT:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "NetworkSecurityRule.java"
NestHost: com.microsoft.azure.management.network.NetworkSecurityRule
InnerClasses:
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages of com.microsoft.azure.management.network.NetworkSecurityRule
  public abstract WithDestinationAddressOrSecurityGroup = com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithDestinationAddressOrSecurityGroup of com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages
  public abstract WithSourcePort = com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithSourcePort of com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages