public interface com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithAttach<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.Attachable$InUpdate<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$WithAttach
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithAttach<ParentT> withPriority(int);
    descriptor: (I)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithAttach;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithAttach<TParentT;>;
    MethodParameters:
          Name  Flags
      priority  

  public abstract com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithAttach<ParentT> withDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithAttach;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/NetworkSecurityRule$UpdateDefinitionStages$WithAttach<TParentT;>;
    MethodParameters:
              Name  Flags
      descrtiption  
}
Signature: <ParentT:Ljava/lang/Object;>Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/Attachable$InUpdate<TParentT;>;
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 WithAttach = com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages$WithAttach of com.microsoft.azure.management.network.NetworkSecurityRule$UpdateDefinitionStages
  public abstract InUpdate = com.microsoft.azure.management.resources.fluentcore.model.Attachable$InUpdate of com.microsoft.azure.management.resources.fluentcore.model.Attachable