Interface ClusterInstanceViewResult
public interface ClusterInstanceViewResult
An immutable client-side representation of ClusterInstanceViewResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterInstanceViewResultInner object.name()Gets the name property: Name of the instance view.Gets the properties property: Properties of the instance view.
-
Method Details
-
name
-
properties
ClusterInstanceViewResultProperties properties()Gets the properties property: Properties of the instance view.- Returns:
- the properties value.
-
innerModel
ClusterInstanceViewResultInner innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ClusterInstanceViewResultInner object.- Returns:
- the inner object.
-