ClusterPeerCommandResponse Interface

public interface ClusterPeerCommandResponse

An immutable client-side representation of ClusterPeerCommandResponse.

Method Summary

Modifier and Type Method and Description
abstract ClusterPeerCommandResponseInner innerModel()

Gets the inner com.azure.resourcemanager.netapp.fluent.models.ClusterPeerCommandResponseInner object.

abstract ClusterPeerCommandResponseProperties properties()

Gets the properties property: Represents the properties of the cluster peer command response.

Method Details

innerModel

public abstract ClusterPeerCommandResponseInner innerModel()

Gets the inner com.azure.resourcemanager.netapp.fluent.models.ClusterPeerCommandResponseInner object.

Returns:

the inner object.

properties

public abstract ClusterPeerCommandResponseProperties properties()

Gets the properties property: Represents the properties of the cluster peer command response.

Returns:

the properties value.

Applies to