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

84 строки
6.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation"
name: "EffectiveNetworkSecurityGroupAssociation"
nameWithType: "EffectiveNetworkSecurityGroupAssociation"
summary: "The effective network security group association."
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 **EffectiveNetworkSecurityGroupAssociation**"
constructors:
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation.EffectiveNetworkSecurityGroupAssociation()"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation.EffectiveNetworkSecurityGroupAssociation()"
name: "EffectiveNetworkSecurityGroupAssociation()"
nameWithType: "EffectiveNetworkSecurityGroupAssociation.EffectiveNetworkSecurityGroupAssociation()"
syntax: "public EffectiveNetworkSecurityGroupAssociation()"
methods:
- uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation.networkInterface()"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation.networkInterface()"
name: "networkInterface()"
nameWithType: "EffectiveNetworkSecurityGroupAssociation.networkInterface()"
summary: "Get the ID of the network interface if assigned."
syntax: "public SubResource networkInterface()"
desc: "Get the ID of the network interface if assigned."
returns:
description: "the networkInterface 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.EffectiveNetworkSecurityGroupAssociation.subnet()"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation.subnet()"
name: "subnet()"
nameWithType: "EffectiveNetworkSecurityGroupAssociation.subnet()"
summary: "Get the ID of the subnet if assigned."
syntax: "public SubResource subnet()"
desc: "Get the ID of the subnet if assigned."
returns:
description: "the subnet 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.EffectiveNetworkSecurityGroupAssociation.withNetworkInterface(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation.withNetworkInterface(SubResource networkInterface)"
name: "withNetworkInterface(SubResource networkInterface)"
nameWithType: "EffectiveNetworkSecurityGroupAssociation.withNetworkInterface(SubResource networkInterface)"
summary: "Set the ID of the network interface if assigned."
parameters:
- description: "the networkInterface value to set"
name: "networkInterface"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EffectiveNetworkSecurityGroupAssociation withNetworkInterface(SubResource networkInterface)"
desc: "Set the ID of the network interface if assigned."
returns:
description: "the EffectiveNetworkSecurityGroupAssociation object itself."
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.EffectiveNetworkSecurityGroupAssociation.withSubnet(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation.withSubnet(SubResource subnet)"
name: "withSubnet(SubResource subnet)"
nameWithType: "EffectiveNetworkSecurityGroupAssociation.withSubnet(SubResource subnet)"
summary: "Set the ID of the subnet if assigned."
parameters:
- description: "the subnet value to set"
name: "subnet"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EffectiveNetworkSecurityGroupAssociation withSubnet(SubResource subnet)"
desc: "Set the ID of the subnet if assigned."
returns:
description: "the EffectiveNetworkSecurityGroupAssociation object itself."
type: "<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityGroupAssociation&text=EffectiveNetworkSecurityGroupAssociation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The effective network security group association."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4