Interface ExternalFqdnResponse
public interface ExternalFqdnResponse
An immutable client-side representation of ExternalFqdnResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.machinelearning.fluent.models.ExternalFqdnResponseInner object.value()Gets the value property: The value property.
-
Method Details
-
value
List<FqdnEndpoints> value()Gets the value property: The value property.- Returns:
- the value value.
-
innerModel
ExternalFqdnResponseInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ExternalFqdnResponseInner object.- Returns:
- the inner object.
-