75 строки
4.3 KiB
YAML
75 строки
4.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.SubnetAssociation"
|
|
fullName: "com.azure.resourcemanager.network.models.SubnetAssociation"
|
|
name: "SubnetAssociation"
|
|
nameWithType: "SubnetAssociation"
|
|
summary: "Subnet and it's custom security rules."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class SubnetAssociation"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.network.models.SubnetAssociation.SubnetAssociation()"
|
|
fullName: "com.azure.resourcemanager.network.models.SubnetAssociation.SubnetAssociation()"
|
|
name: "SubnetAssociation()"
|
|
nameWithType: "SubnetAssociation.SubnetAssociation()"
|
|
syntax: "public SubnetAssociation()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.SubnetAssociation.id()"
|
|
fullName: "com.azure.resourcemanager.network.models.SubnetAssociation.id()"
|
|
name: "id()"
|
|
nameWithType: "SubnetAssociation.id()"
|
|
summary: "Get the id property: Subnet ID."
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: Subnet ID."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.SubnetAssociation.securityRules()"
|
|
fullName: "com.azure.resourcemanager.network.models.SubnetAssociation.securityRules()"
|
|
name: "securityRules()"
|
|
nameWithType: "SubnetAssociation.securityRules()"
|
|
summary: "Get the security<wbr>Rules property: Collection of custom security rules."
|
|
syntax: "public List<SecurityRuleInner> securityRules()"
|
|
desc: "Get the securityRules property: Collection of custom security rules."
|
|
returns:
|
|
description: "the securityRules value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.fluent.models.SecurityRuleInner?alt=com.azure.resourcemanager.network.fluent.models.SecurityRuleInner&text=SecurityRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.models.SubnetAssociation.validate()"
|
|
fullName: "com.azure.resourcemanager.network.models.SubnetAssociation.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SubnetAssociation.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.network.models.SubnetAssociation.withSecurityRules(java.util.List<com.azure.resourcemanager.network.fluent.models.SecurityRuleInner>)"
|
|
fullName: "com.azure.resourcemanager.network.models.SubnetAssociation.withSecurityRules(List<SecurityRuleInner> securityRules)"
|
|
name: "withSecurityRules(List<SecurityRuleInner> securityRules)"
|
|
nameWithType: "SubnetAssociation.withSecurityRules(List<SecurityRuleInner> securityRules)"
|
|
summary: "Set the security<wbr>Rules property: Collection of custom security rules."
|
|
parameters:
|
|
- description: "the securityRules value to set."
|
|
name: "securityRules"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.fluent.models.SecurityRuleInner?alt=com.azure.resourcemanager.network.fluent.models.SecurityRuleInner&text=SecurityRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public SubnetAssociation withSecurityRules(List<SecurityRuleInner> securityRules)"
|
|
desc: "Set the securityRules property: Collection of custom security rules."
|
|
returns:
|
|
description: "the SubnetAssociation object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.SubnetAssociation?alt=com.azure.resourcemanager.network.models.SubnetAssociation&text=SubnetAssociation\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Subnet and it's custom security rules."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0
|