Interface ExternalFqdnResponse
-
public interface ExternalFqdnResponse
An immutable client-side representation of ExternalFqdnResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalFqdnResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.ExternalFqdnResponseInner object.List<FqdnEndpoints>
value()
Gets the value property: The value property.
-
-
-
Method Detail
-
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.
-
-