public class com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration extends com.microsoft.azure.SubResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration
  super_class: com.microsoft.azure.SubResource
{
  private java.lang.String privateIPAddress;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.privateIPAddress")

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

  private com.microsoft.azure.SubResource subnet;
    descriptor: Lcom/microsoft/azure/SubResource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.subnet")

  private com.microsoft.azure.SubResource publicIPAddress;
    descriptor: Lcom/microsoft/azure/SubResource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.publicIPAddress")

  private com.microsoft.azure.management.network.ProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name")

  private java.lang.String etag;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "type", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  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.ApplicationGatewayFrontendIPConfiguration this
         0: .line 19
            aload 0 /* this */
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;

  public java.lang.String privateIPAddress();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
         0: .line 77
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.privateIPAddress:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;

  public com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration withPrivateIPAddress(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
        start local 1 // java.lang.String privateIPAddress
         0: .line 87
            aload 0 /* this */
            aload 1 /* privateIPAddress */
            putfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.privateIPAddress:Ljava/lang/String;
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String privateIPAddress
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
            0    2     1  privateIPAddress  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      privateIPAddress  

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

  public com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration withPrivateIPAllocationMethod(com.microsoft.azure.management.network.IPAllocationMethod);
    descriptor: (Lcom/microsoft/azure/management/network/IPAllocationMethod;)Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
        start local 1 // com.microsoft.azure.management.network.IPAllocationMethod privateIPAllocationMethod
         0: .line 107
            aload 0 /* this */
            aload 1 /* privateIPAllocationMethod */
            putfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.privateIPAllocationMethod:Lcom/microsoft/azure/management/network/IPAllocationMethod;
         1: .line 108
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.IPAllocationMethod privateIPAllocationMethod
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
            0    2     1  privateIPAllocationMethod  Lcom/microsoft/azure/management/network/IPAllocationMethod;
    MethodParameters:
                           Name  Flags
      privateIPAllocationMethod  

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

  public com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration withSubnet(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
        start local 1 // com.microsoft.azure.SubResource subnet
         0: .line 127
            aload 0 /* this */
            aload 1 /* subnet */
            putfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.subnet:Lcom/microsoft/azure/SubResource;
         1: .line 128
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource subnet
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
            0    2     1  subnet  Lcom/microsoft/azure/SubResource;
    MethodParameters:
        Name  Flags
      subnet  

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

  public com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration withPublicIPAddress(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
        start local 1 // com.microsoft.azure.SubResource publicIPAddress
         0: .line 147
            aload 0 /* this */
            aload 1 /* publicIPAddress */
            putfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.publicIPAddress:Lcom/microsoft/azure/SubResource;
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource publicIPAddress
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
            0    2     1  publicIPAddress  Lcom/microsoft/azure/SubResource;
    MethodParameters:
                 Name  Flags
      publicIPAddress  

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

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
         0: .line 166
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;

  public com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
        start local 1 // java.lang.String name
         0: .line 176
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.name:Ljava/lang/String;
         1: .line 177
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String etag();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
         0: .line 186
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.etag:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;

  public java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
         0: .line 195
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.type:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;
}
SourceFile: "ApplicationGatewayFrontendIPConfiguration.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()