azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

117 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.Subnet"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet"
name: "Subnet"
nameWithType: "Subnet"
summary: "Subnet information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **Subnet**"
constructors:
- uid: "com.azure.resourcemanager.devtestlabs.models.Subnet.Subnet()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet.Subnet()"
name: "Subnet()"
nameWithType: "Subnet.Subnet()"
summary: "Creates an instance of Subnet class."
syntax: "public Subnet()"
desc: "Creates an instance of Subnet class."
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.Subnet.allowPublicIp()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet.allowPublicIp()"
name: "allowPublicIp()"
nameWithType: "Subnet.allowPublicIp()"
summary: "Get the allow<wbr>Public<wbr>Ip property: The permission policy of the subnet for allowing public IP addresses (i.<wbr>e."
syntax: "public UsagePermissionType allowPublicIp()"
desc: "Get the allowPublicIp property: The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny))."
returns:
description: "the allowPublicIp value."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.UsagePermissionType?alt=com.azure.resourcemanager.devtestlabs.models.UsagePermissionType&text=UsagePermissionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Subnet.labSubnetName()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet.labSubnetName()"
name: "labSubnetName()"
nameWithType: "Subnet.labSubnetName()"
summary: "Get the lab<wbr>Subnet<wbr>Name property: The name of the subnet as seen in the lab."
syntax: "public String labSubnetName()"
desc: "Get the labSubnetName property: The name of the subnet as seen in the lab."
returns:
description: "the labSubnetName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Subnet.resourceId()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet.resourceId()"
name: "resourceId()"
nameWithType: "Subnet.resourceId()"
summary: "Get the resource<wbr>Id property: The resource ID of the subnet."
syntax: "public String resourceId()"
desc: "Get the resourceId property: The resource ID of the subnet."
returns:
description: "the resourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.devtestlabs.models.Subnet.validate()"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet.validate()"
name: "validate()"
nameWithType: "Subnet.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.devtestlabs.models.Subnet.withAllowPublicIp(com.azure.resourcemanager.devtestlabs.models.UsagePermissionType)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet.withAllowPublicIp(UsagePermissionType allowPublicIp)"
name: "withAllowPublicIp(UsagePermissionType allowPublicIp)"
nameWithType: "Subnet.withAllowPublicIp(UsagePermissionType allowPublicIp)"
summary: "Set the allow<wbr>Public<wbr>Ip property: The permission policy of the subnet for allowing public IP addresses (i.<wbr>e."
parameters:
- description: "the allowPublicIp value to set."
name: "allowPublicIp"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.UsagePermissionType?alt=com.azure.resourcemanager.devtestlabs.models.UsagePermissionType&text=UsagePermissionType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Subnet withAllowPublicIp(UsagePermissionType allowPublicIp)"
desc: "Set the allowPublicIp property: The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny))."
returns:
description: "the Subnet object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Subnet?alt=com.azure.resourcemanager.devtestlabs.models.Subnet&text=Subnet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Subnet.withLabSubnetName(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet.withLabSubnetName(String labSubnetName)"
name: "withLabSubnetName(String labSubnetName)"
nameWithType: "Subnet.withLabSubnetName(String labSubnetName)"
summary: "Set the lab<wbr>Subnet<wbr>Name property: The name of the subnet as seen in the lab."
parameters:
- description: "the labSubnetName value to set."
name: "labSubnetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Subnet withLabSubnetName(String labSubnetName)"
desc: "Set the labSubnetName property: The name of the subnet as seen in the lab."
returns:
description: "the Subnet object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Subnet?alt=com.azure.resourcemanager.devtestlabs.models.Subnet&text=Subnet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Subnet.withResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Subnet.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "Subnet.withResourceId(String resourceId)"
summary: "Set the resource<wbr>Id property: The resource ID of the subnet."
parameters:
- description: "the resourceId value to set."
name: "resourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Subnet withResourceId(String resourceId)"
desc: "Set the resourceId property: The resource ID of the subnet."
returns:
description: "the Subnet object itself."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Subnet?alt=com.azure.resourcemanager.devtestlabs.models.Subnet&text=Subnet\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Subnet information."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0