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

51 строка
3.6 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasId.id()
- com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner()
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
- com.microsoft.azure.management.network.model.HasAssociatedSubnets.listAssociatedSubnets()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager.manager()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
- com.microsoft.azure.management.resources.fluentcore.model.Refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model.Refreshable.refreshAsync()
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.region()
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.regionName()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup.resourceGroupName()
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.tags()
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.type()
- com.microsoft.azure.management.resources.fluentcore.model.Updatable.update()
methods:
- fullName: com.microsoft.azure.management.network.NetworkSecurityGroup.defaultSecurityRules()
name: defaultSecurityRules()
nameWithType: NetworkSecurityGroup.defaultSecurityRules()
returns:
description: <p>default security rules associated with this network security group, indexed by their name </p>
type: Map&lt;String, <xref href="com.microsoft.azure.management.network.NetworkSecurityRule?alt=com.microsoft.azure.management.network.NetworkSecurityRule&text=NetworkSecurityRule" data-throw-if-not-resolved="False"/>&gt;
syntax: public Map<String, NetworkSecurityRule> defaultSecurityRules()
uid: com.microsoft.azure.management.network.NetworkSecurityGroup.defaultSecurityRules()
- fullName: com.microsoft.azure.management.network.NetworkSecurityGroup.networkInterfaceIds()
name: networkInterfaceIds()
nameWithType: NetworkSecurityGroup.networkInterfaceIds()
returns:
description: <p>the IDs of the network interfaces associated with this network security group </p>
type: <xref href="Set%3CString%3E?alt=Set%3CString%3E&text=Set%3CString%3E" data-throw-if-not-resolved="False"/>
syntax: public Set<String> networkInterfaceIds()
uid: com.microsoft.azure.management.network.NetworkSecurityGroup.networkInterfaceIds()
- fullName: com.microsoft.azure.management.network.NetworkSecurityGroup.securityRules()
name: securityRules()
nameWithType: NetworkSecurityGroup.securityRules()
returns:
description: <p>security rules associated with this network security group, indexed by their names </p>
type: Map&lt;String, <xref href="com.microsoft.azure.management.network.NetworkSecurityRule?alt=com.microsoft.azure.management.network.NetworkSecurityRule&text=NetworkSecurityRule" data-throw-if-not-resolved="False"/>&gt;
syntax: public Map<String, NetworkSecurityRule> securityRules()
uid: com.microsoft.azure.management.network.NetworkSecurityGroup.securityRules()
nameWithType: NetworkSecurityGroup
syntax: public interface NetworkSecurityGroup extends GroupableResource<NetworkManager, NetworkSecurityGroupInner>,Refreshable<NetworkSecurityGroup>,Updatable<NetworkSecurityGroup.Update>,HasAssociatedSubnets
type: interface
uid: com.microsoft.azure.management.network.NetworkSecurityGroup
fullName: com.microsoft.azure.management.network.NetworkSecurityGroup
name: NetworkSecurityGroup
package: com.microsoft.azure.management.network
summary: <p>Network security group. </p>
metadata: {}