azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

50 строки
7.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NetworkSecurityGroup"
fullName: "com.microsoft.azure.management.network.NetworkSecurityGroup"
name: "NetworkSecurityGroup"
nameWithType: "NetworkSecurityGroup"
summary: "Network security group."
syntax: "public interface **NetworkSecurityGroup**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner?alt=com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner&text=NetworkSecurityGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkSecurityGroup?alt=com.microsoft.azure.management.network.NetworkSecurityGroup&text=NetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkSecurityGroup.Update?alt=com.microsoft.azure.management.network.NetworkSecurityGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkSecurityGroup?alt=com.microsoft.azure.management.network.NetworkSecurityGroup&text=NetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.HasAssociatedSubnets?alt=com.microsoft.azure.management.network.model.HasAssociatedSubnets&text=HasAssociatedSubnets\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.network.NetworkSecurityGroup.defaultSecurityRules()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityGroup.defaultSecurityRules()"
name: "defaultSecurityRules()"
nameWithType: "NetworkSecurityGroup.defaultSecurityRules()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,NetworkSecurityRule> defaultSecurityRules()"
returns:
description: "default security rules associated with this network security group, indexed by their name"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule?alt=com.microsoft.azure.management.network.NetworkSecurityRule&text=NetworkSecurityRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.NetworkSecurityGroup.networkInterfaceIds()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityGroup.networkInterfaceIds()"
name: "networkInterfaceIds()"
nameWithType: "NetworkSecurityGroup.networkInterfaceIds()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> networkInterfaceIds()"
returns:
description: "the IDs of the network interfaces associated with this network security group"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.NetworkSecurityGroup.securityRules()"
fullName: "com.microsoft.azure.management.network.NetworkSecurityGroup.securityRules()"
name: "securityRules()"
nameWithType: "NetworkSecurityGroup.securityRules()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,NetworkSecurityRule> securityRules()"
returns:
description: "security rules associated with this network security group, indexed by their names"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.NetworkSecurityRule?alt=com.microsoft.azure.management.network.NetworkSecurityRule&text=NetworkSecurityRule\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Network security group."
implements:
- "<xref href=\"com.microsoft.azure.management.network.model.HasAssociatedSubnets?alt=com.microsoft.azure.management.network.model.HasAssociatedSubnets&text=HasAssociatedSubnets\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkSecurityGroup?alt=com.microsoft.azure.management.network.NetworkSecurityGroup&text=NetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner?alt=com.microsoft.azure.management.network.implementation.NetworkSecurityGroupInner&text=NetworkSecurityGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkSecurityGroup?alt=com.microsoft.azure.management.network.NetworkSecurityGroup&text=NetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkSecurityGroup.Update?alt=com.microsoft.azure.management.network.NetworkSecurityGroup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4