Interface ServiceConfigResult
public interface ServiceConfigResult
An immutable client-side representation of ServiceConfigResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ServiceConfigResultInner object.Gets the properties property: Cluster instance service config properties.
-
Method Details
-
properties
ServiceConfigResultProperties properties()Gets the properties property: Cluster instance service config properties.- Returns:
- the properties value.
-
innerModel
ServiceConfigResultInner innerModel()Gets the inner com.azure.resourcemanager.hdinsight.containers.fluent.models.ServiceConfigResultInner object.- Returns:
- the inner object.
-