Interface NetworkProfile
public interface NetworkProfile
An immutable client-side representation of NetworkProfile.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.hybridcompute.fluent.models.NetworkProfileInner object.Gets the networkInterfaces property: The list of network interfaces.
-
Method Details
-
networkInterfaces
List<NetworkInterface> networkInterfaces()Gets the networkInterfaces property: The list of network interfaces.- Returns:
- the networkInterfaces value.
-
innerModel
NetworkProfileInner innerModel()Gets the inner com.azure.resourcemanager.hybridcompute.fluent.models.NetworkProfileInner object.- Returns:
- the inner object.
-