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

132 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.SecurityRuleAssociations"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations"
name: "SecurityRuleAssociations"
nameWithType: "SecurityRuleAssociations"
summary: "All security rules associated with the network interface."
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 **SecurityRuleAssociations**"
constructors:
- uid: "com.microsoft.azure.management.network.SecurityRuleAssociations.SecurityRuleAssociations()"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.SecurityRuleAssociations()"
name: "SecurityRuleAssociations()"
nameWithType: "SecurityRuleAssociations.SecurityRuleAssociations()"
syntax: "public SecurityRuleAssociations()"
methods:
- uid: "com.microsoft.azure.management.network.SecurityRuleAssociations.defaultSecurityRules()"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.defaultSecurityRules()"
name: "defaultSecurityRules()"
nameWithType: "SecurityRuleAssociations.defaultSecurityRules()"
summary: "Get collection of default security rules of the network security group."
syntax: "public List<SecurityRuleInner> defaultSecurityRules()"
desc: "Get collection of default security rules of the network security group."
returns:
description: "the defaultSecurityRules 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.implementation.SecurityRuleInner?alt=com.microsoft.azure.management.network.implementation.SecurityRuleInner&text=SecurityRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.SecurityRuleAssociations.effectiveSecurityRules()"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.effectiveSecurityRules()"
name: "effectiveSecurityRules()"
nameWithType: "SecurityRuleAssociations.effectiveSecurityRules()"
summary: "Get collection of effective security rules."
syntax: "public List<EffectiveNetworkSecurityRule> effectiveSecurityRules()"
desc: "Get 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.SecurityRuleAssociations.networkInterfaceAssociation()"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.networkInterfaceAssociation()"
name: "networkInterfaceAssociation()"
nameWithType: "SecurityRuleAssociations.networkInterfaceAssociation()"
summary: "Get network interface and it's custom security rules."
syntax: "public NetworkInterfaceAssociation networkInterfaceAssociation()"
desc: "Get network interface and it's custom security rules."
returns:
description: "the networkInterfaceAssociation value"
type: "<xref href=\"com.microsoft.azure.management.network.NetworkInterfaceAssociation?alt=com.microsoft.azure.management.network.NetworkInterfaceAssociation&text=NetworkInterfaceAssociation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.SecurityRuleAssociations.subnetAssociation()"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.subnetAssociation()"
name: "subnetAssociation()"
nameWithType: "SecurityRuleAssociations.subnetAssociation()"
summary: "Get subnet and it's custom security rules."
syntax: "public SubnetAssociation subnetAssociation()"
desc: "Get subnet and it's custom security rules."
returns:
description: "the subnetAssociation value"
type: "<xref href=\"com.microsoft.azure.management.network.SubnetAssociation?alt=com.microsoft.azure.management.network.SubnetAssociation&text=SubnetAssociation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.SecurityRuleAssociations.withDefaultSecurityRules(java.util.List<com.microsoft.azure.management.network.implementation.SecurityRuleInner>)"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.withDefaultSecurityRules(List<SecurityRuleInner> defaultSecurityRules)"
name: "withDefaultSecurityRules(List<SecurityRuleInner> defaultSecurityRules)"
nameWithType: "SecurityRuleAssociations.withDefaultSecurityRules(List<SecurityRuleInner> defaultSecurityRules)"
summary: "Set collection of default security rules of the network security group."
parameters:
- description: "the defaultSecurityRules value to set"
name: "defaultSecurityRules"
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.implementation.SecurityRuleInner?alt=com.microsoft.azure.management.network.implementation.SecurityRuleInner&text=SecurityRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SecurityRuleAssociations withDefaultSecurityRules(List<SecurityRuleInner> defaultSecurityRules)"
desc: "Set collection of default security rules of the network security group."
returns:
description: "the SecurityRuleAssociations object itself."
type: "<xref href=\"com.microsoft.azure.management.network.SecurityRuleAssociations?alt=com.microsoft.azure.management.network.SecurityRuleAssociations&text=SecurityRuleAssociations\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.SecurityRuleAssociations.withEffectiveSecurityRules(java.util.List<com.microsoft.azure.management.network.EffectiveNetworkSecurityRule>)"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)"
name: "withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)"
nameWithType: "SecurityRuleAssociations.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)"
summary: "Set 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 SecurityRuleAssociations withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)"
desc: "Set collection of effective security rules."
returns:
description: "the SecurityRuleAssociations object itself."
type: "<xref href=\"com.microsoft.azure.management.network.SecurityRuleAssociations?alt=com.microsoft.azure.management.network.SecurityRuleAssociations&text=SecurityRuleAssociations\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.SecurityRuleAssociations.withNetworkInterfaceAssociation(com.microsoft.azure.management.network.NetworkInterfaceAssociation)"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)"
name: "withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)"
nameWithType: "SecurityRuleAssociations.withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)"
summary: "Set network interface and it's custom security rules."
parameters:
- description: "the networkInterfaceAssociation value to set"
name: "networkInterfaceAssociation"
type: "<xref href=\"com.microsoft.azure.management.network.NetworkInterfaceAssociation?alt=com.microsoft.azure.management.network.NetworkInterfaceAssociation&text=NetworkInterfaceAssociation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SecurityRuleAssociations withNetworkInterfaceAssociation(NetworkInterfaceAssociation networkInterfaceAssociation)"
desc: "Set network interface and it's custom security rules."
returns:
description: "the SecurityRuleAssociations object itself."
type: "<xref href=\"com.microsoft.azure.management.network.SecurityRuleAssociations?alt=com.microsoft.azure.management.network.SecurityRuleAssociations&text=SecurityRuleAssociations\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.SecurityRuleAssociations.withSubnetAssociation(com.microsoft.azure.management.network.SubnetAssociation)"
fullName: "com.microsoft.azure.management.network.SecurityRuleAssociations.withSubnetAssociation(SubnetAssociation subnetAssociation)"
name: "withSubnetAssociation(SubnetAssociation subnetAssociation)"
nameWithType: "SecurityRuleAssociations.withSubnetAssociation(SubnetAssociation subnetAssociation)"
summary: "Set subnet and it's custom security rules."
parameters:
- description: "the subnetAssociation value to set"
name: "subnetAssociation"
type: "<xref href=\"com.microsoft.azure.management.network.SubnetAssociation?alt=com.microsoft.azure.management.network.SubnetAssociation&text=SubnetAssociation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SecurityRuleAssociations withSubnetAssociation(SubnetAssociation subnetAssociation)"
desc: "Set subnet and it's custom security rules."
returns:
description: "the SecurityRuleAssociations object itself."
type: "<xref href=\"com.microsoft.azure.management.network.SecurityRuleAssociations?alt=com.microsoft.azure.management.network.SecurityRuleAssociations&text=SecurityRuleAssociations\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "All security rules associated with the network interface."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4