### YamlMime:JavaType uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties" name: "FqdnEndpointsProperties" nameWithType: "FqdnEndpointsProperties" summary: "The FqdnEndpointsProperties model." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **FqdnEndpointsProperties**
implements <>" constructors: - uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.FqdnEndpointsProperties()" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.FqdnEndpointsProperties()" name: "FqdnEndpointsProperties()" nameWithType: "FqdnEndpointsProperties.FqdnEndpointsProperties()" summary: "Creates an instance of FqdnEndpointsProperties class." syntax: "public FqdnEndpointsProperties()" desc: "Creates an instance of FqdnEndpointsProperties class." methods: - uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.category()" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.category()" name: "category()" nameWithType: "FqdnEndpointsProperties.category()" summary: "Get the category property: The category property." syntax: "public String category()" desc: "Get the category property: The category property." returns: description: "the category value." type: "String" - uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.endpoints()" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.endpoints()" name: "endpoints()" nameWithType: "FqdnEndpointsProperties.endpoints()" summary: "Get the endpoints property: The endpoints property." syntax: "public List endpoints()" desc: "Get the endpoints property: The endpoints property." returns: description: "the endpoints value." type: "List<>" - uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "FqdnEndpointsProperties.fromJson(JsonReader jsonReader)" summary: "Reads an instance of FqdnEndpointsProperties from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static FqdnEndpointsProperties fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the FqdnEndpointsProperties." type: "IOException" desc: "Reads an instance of FqdnEndpointsProperties from the JsonReader." returns: description: "An instance of FqdnEndpointsProperties if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "FqdnEndpointsProperties.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.validate()" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.validate()" name: "validate()" nameWithType: "FqdnEndpointsProperties.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.withCategory(java.lang.String)" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.withCategory(String category)" name: "withCategory(String category)" nameWithType: "FqdnEndpointsProperties.withCategory(String category)" summary: "Set the category property: The category property." parameters: - description: "the category value to set." name: "category" type: "String" syntax: "public FqdnEndpointsProperties withCategory(String category)" desc: "Set the category property: The category property." returns: description: "the FqdnEndpointsProperties object itself." type: "" - uid: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.withEndpoints(java.util.List)" fullName: "com.azure.resourcemanager.machinelearning.models.FqdnEndpointsProperties.withEndpoints(List endpoints)" name: "withEndpoints(List endpoints)" nameWithType: "FqdnEndpointsProperties.withEndpoints(List endpoints)" summary: "Set the endpoints property: The endpoints property." parameters: - description: "the endpoints value to set." name: "endpoints" type: "List<>" syntax: "public FqdnEndpointsProperties withEndpoints(List endpoints)" desc: "Set the endpoints property: The endpoints property." returns: description: "the FqdnEndpointsProperties object itself." type: "" type: "class" desc: "The FqdnEndpointsProperties model." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.machinelearning.models" artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0