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

132 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup"
name: "EffectiveNetworkSecurityGroup"
nameWithType: "EffectiveNetworkSecurityGroup"
summary: "Effective network security group."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **EffectiveNetworkSecurityGroup**"
constructors:
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.EffectiveNetworkSecurityGroup()"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.EffectiveNetworkSecurityGroup()"
name: "EffectiveNetworkSecurityGroup()"
nameWithType: "EffectiveNetworkSecurityGroup.EffectiveNetworkSecurityGroup()"
syntax: "public EffectiveNetworkSecurityGroup()"
methods:
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.association()"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.association()"
name: "association()"
nameWithType: "EffectiveNetworkSecurityGroup.association()"
summary: "Get associated resources."
syntax: "public EffectiveNetworkSecurityGroupAssociation association()"
desc: "Get associated resources."
returns:
description: "the association value"
type: "<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation&text=EffectiveNetworkSecurityGroupAssociation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.effectiveSecurityRules()"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.effectiveSecurityRules()"
name: "effectiveSecurityRules()"
nameWithType: "EffectiveNetworkSecurityGroup.effectiveSecurityRules()"
summary: "Get a collection of effective security rules."
syntax: "public List<EffectiveNetworkSecurityRule> effectiveSecurityRules()"
desc: "Get a collection of effective security rules."
returns:
description: "the effectiveSecurityRules value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityRule?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityRule&text=EffectiveNetworkSecurityRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.networkSecurityGroup()"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.networkSecurityGroup()"
name: "networkSecurityGroup()"
nameWithType: "EffectiveNetworkSecurityGroup.networkSecurityGroup()"
summary: "Get the ID of network security group that is applied."
syntax: "public SubResource networkSecurityGroup()"
desc: "Get the ID of network security group that is applied."
returns:
description: "the networkSecurityGroup value"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.tagMap()"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.tagMap()"
name: "tagMap()"
nameWithType: "EffectiveNetworkSecurityGroup.tagMap()"
summary: "Get mapping of tags to list of IP Addresses included within the tag."
syntax: "public Map<String,List<String>> tagMap()"
desc: "Get mapping of tags to list of IP Addresses included within the tag."
returns:
description: "the tagMap value"
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=\"java.util.List?alt=java.util.List&text=List\" 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;&gt;"
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.withAssociation(com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation)"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.withAssociation(EffectiveNetworkSecurityGroupAssociation association)"
name: "withAssociation(EffectiveNetworkSecurityGroupAssociation association)"
nameWithType: "EffectiveNetworkSecurityGroup.withAssociation(EffectiveNetworkSecurityGroupAssociation association)"
summary: "Set associated resources."
parameters:
- description: "the association value to set"
name: "association"
type: "<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation&text=EffectiveNetworkSecurityGroupAssociation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EffectiveNetworkSecurityGroup withAssociation(EffectiveNetworkSecurityGroupAssociation association)"
desc: "Set associated resources."
returns:
description: "the EffectiveNetworkSecurityGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup&text=EffectiveNetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.withEffectiveSecurityRules(java.util.List<com.microsoft.azure.management.network.EffectiveNetworkSecurityRule>)"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)"
name: "withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)"
nameWithType: "EffectiveNetworkSecurityGroup.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)"
summary: "Set a collection of effective security rules."
parameters:
- description: "the effectiveSecurityRules value to set"
name: "effectiveSecurityRules"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityRule?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityRule&text=EffectiveNetworkSecurityRule\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public EffectiveNetworkSecurityGroup withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)"
desc: "Set a collection of effective security rules."
returns:
description: "the EffectiveNetworkSecurityGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup&text=EffectiveNetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.withNetworkSecurityGroup(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.withNetworkSecurityGroup(SubResource networkSecurityGroup)"
name: "withNetworkSecurityGroup(SubResource networkSecurityGroup)"
nameWithType: "EffectiveNetworkSecurityGroup.withNetworkSecurityGroup(SubResource networkSecurityGroup)"
summary: "Set the ID of network security group that is applied."
parameters:
- description: "the networkSecurityGroup value to set"
name: "networkSecurityGroup"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EffectiveNetworkSecurityGroup withNetworkSecurityGroup(SubResource networkSecurityGroup)"
desc: "Set the ID of network security group that is applied."
returns:
description: "the EffectiveNetworkSecurityGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup&text=EffectiveNetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.withTagMap(java.util.Map<java.lang.String,java.util.List<java.lang.String>>)"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup.withTagMap(Map<String,List<String>> tagMap)"
name: "withTagMap(Map<String,List<String>> tagMap)"
nameWithType: "EffectiveNetworkSecurityGroup.withTagMap(Map<String,List<String>> tagMap)"
summary: "Set mapping of tags to list of IP Addresses included within the tag."
parameters:
- description: "the tagMap value to set"
name: "tagMap"
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=\"java.util.List?alt=java.util.List&text=List\" 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;&gt;"
syntax: "public EffectiveNetworkSecurityGroup withTagMap(Map<String,List<String>> tagMap)"
desc: "Set mapping of tags to list of IP Addresses included within the tag."
returns:
description: "the EffectiveNetworkSecurityGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup&text=EffectiveNetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Effective network security group."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4