91 строка
5.9 KiB
YAML
91 строка
5.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration"
|
|
name: "VnetConfiguration"
|
|
nameWithType: "VnetConfiguration"
|
|
summary: "The Vnet<wbr>Configuration model."
|
|
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 class **VnetConfiguration**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.VnetConfiguration()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.VnetConfiguration()"
|
|
name: "VnetConfiguration()"
|
|
nameWithType: "VnetConfiguration.VnetConfiguration()"
|
|
syntax: "public VnetConfiguration()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.subnetName()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.subnetName()"
|
|
name: "subnetName()"
|
|
nameWithType: "VnetConfiguration.subnetName()"
|
|
summary: "Get the subnet<wbr>Name property: The name of the virtual network subnet."
|
|
syntax: "public String subnetName()"
|
|
desc: "Get the subnetName property: The name of the virtual network subnet."
|
|
returns:
|
|
description: "the subnetName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.validate()"
|
|
name: "validate()"
|
|
nameWithType: "VnetConfiguration.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.vnetName()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.vnetName()"
|
|
name: "vnetName()"
|
|
nameWithType: "VnetConfiguration.vnetName()"
|
|
summary: "Get the vnet<wbr>Name property: The name of the virtual network."
|
|
syntax: "public String vnetName()"
|
|
desc: "Get the vnetName property: The name of the virtual network."
|
|
returns:
|
|
description: "the vnetName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withSubnetName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withSubnetName(String subnetName)"
|
|
name: "withSubnetName(String subnetName)"
|
|
nameWithType: "VnetConfiguration.withSubnetName(String subnetName)"
|
|
summary: "Set the subnet<wbr>Name property: The name of the virtual network subnet."
|
|
parameters:
|
|
- description: "the subnetName value to set."
|
|
name: "subnetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VnetConfiguration withSubnetName(String subnetName)"
|
|
desc: "Set the subnetName property: The name of the virtual network subnet."
|
|
returns:
|
|
description: "the VnetConfiguration object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration&text=VnetConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withVnetName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withVnetName(String vnetName)"
|
|
name: "withVnetName(String vnetName)"
|
|
nameWithType: "VnetConfiguration.withVnetName(String vnetName)"
|
|
summary: "Set the vnet<wbr>Name property: The name of the virtual network."
|
|
parameters:
|
|
- description: "the vnetName value to set."
|
|
name: "vnetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public VnetConfiguration withVnetName(String vnetName)"
|
|
desc: "Set the vnetName property: The name of the virtual network."
|
|
returns:
|
|
description: "the VnetConfiguration object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration&text=VnetConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The VnetConfiguration model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|