azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

78 строки
7.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration"
name: "AciServiceResponseVnetConfiguration"
nameWithType: "AciServiceResponseVnetConfiguration"
summary: "The virtual network configuration."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration&text=VnetConfiguration\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.subnetName()?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.subnetName&text=subnetName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.validate()?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.vnetName()?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.vnetName&text=vnetName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withSubnetName(java.lang.String)?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withSubnetName&text=withSubnetName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withVnetName(java.lang.String)?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withVnetName&text=withVnetName\" data-throw-if-not-resolved=\"False\" />"
- 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 **AciServiceResponseVnetConfiguration**</br> extends <xref href=\"com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration&text=VnetConfiguration\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration.AciServiceResponseVnetConfiguration()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration.AciServiceResponseVnetConfiguration()"
name: "AciServiceResponseVnetConfiguration()"
nameWithType: "AciServiceResponseVnetConfiguration.AciServiceResponseVnetConfiguration()"
syntax: "public AciServiceResponseVnetConfiguration()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration.validate()"
name: "validate()"
nameWithType: "AciServiceResponseVnetConfiguration.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration.withSubnetName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration.withSubnetName(String subnetName)"
name: "withSubnetName(String subnetName)"
nameWithType: "AciServiceResponseVnetConfiguration.withSubnetName(String subnetName)"
summary: "Set the subnet<wbr>Name property: The name of the virtual network subnet."
overridden: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withSubnetName(java.lang.String)"
parameters:
- name: "subnetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AciServiceResponseVnetConfiguration withSubnetName(String subnetName)"
desc: "Set the subnetName property: The name of the virtual network subnet."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration&text=AciServiceResponseVnetConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration.withVnetName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration.withVnetName(String vnetName)"
name: "withVnetName(String vnetName)"
nameWithType: "AciServiceResponseVnetConfiguration.withVnetName(String vnetName)"
summary: "Set the vnet<wbr>Name property: The name of the virtual network."
overridden: "com.azure.resourcemanager.machinelearningservices.models.VnetConfiguration.withVnetName(java.lang.String)"
parameters:
- name: "vnetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AciServiceResponseVnetConfiguration withVnetName(String vnetName)"
desc: "Set the vnetName property: The name of the virtual network."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.AciServiceResponseVnetConfiguration&text=AciServiceResponseVnetConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The virtual network configuration."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1