public interface com.microsoft.azure.management.network.LoadBalancerPrivateFrontend extends com.microsoft.azure.management.network.LoadBalancerFrontend, com.microsoft.azure.management.network.model.HasPrivateIPAddress, com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.LoadBalancerPrivateFrontend
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.network.Subnet getSubnet();
    descriptor: ()Lcom/microsoft/azure/management/network/Subnet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Set<com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId> availabilityZones();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<Lcom/microsoft/azure/management/resources/fluentcore/arm/AvailabilityZoneId;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_3_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
}
SourceFile: "LoadBalancerPrivateFrontend.java"
NestMembers:
  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$Definition  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$DefinitionStages  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$DefinitionStages$Blank  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$DefinitionStages$WithAttach  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$DefinitionStages$WithAvailabilityZone  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$DefinitionStages$WithSubnet  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$Update  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateDefinition  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateDefinitionStages  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateDefinitionStages$Blank  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateDefinitionStages$WithAttach  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateDefinitionStages$WithAvailabilityZone  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateDefinitionStages$WithSubnet  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateStages  com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateStages$WithSubnet
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract Definition = com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$Definition of com.microsoft.azure.management.network.LoadBalancerPrivateFrontend
  public abstract DefinitionStages = com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$DefinitionStages of com.microsoft.azure.management.network.LoadBalancerPrivateFrontend
  public abstract Update = com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$Update of com.microsoft.azure.management.network.LoadBalancerPrivateFrontend
  public abstract UpdateDefinition = com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateDefinition of com.microsoft.azure.management.network.LoadBalancerPrivateFrontend
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateDefinitionStages of com.microsoft.azure.management.network.LoadBalancerPrivateFrontend
  public abstract UpdateStages = com.microsoft.azure.management.network.LoadBalancerPrivateFrontend$UpdateStages of com.microsoft.azure.management.network.LoadBalancerPrivateFrontend
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()