public interface com.microsoft.azure.management.network.SecurityGroupView extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.SecurityGroupViewResultInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<com.microsoft.azure.management.network.NetworkWatcher>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.network.SecurityGroupView>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.network.SecurityGroupView
  super_class: java.lang.Object
{
  public abstract java.util.Map<java.lang.String, com.microsoft.azure.management.network.SecurityGroupNetworkInterface> networkInterfaces();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/network/SecurityGroupNetworkInterface;>;

  public abstract java.lang.String vmId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/network/implementation/SecurityGroupViewResultInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasParent<Lcom/microsoft/azure/management/network/NetworkWatcher;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/network/SecurityGroupView;>;
SourceFile: "SecurityGroupView.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta()