SvmPeerCommandResponse Interface

public interface SvmPeerCommandResponse

An immutable client-side representation of SvmPeerCommandResponse.

Method Summary

Modifier and Type Method and Description
abstract SvmPeerCommandResponseInner innerModel()

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

abstract SvmPeerCommandResponseProperties properties()

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

Method Details

innerModel

public abstract SvmPeerCommandResponseInner innerModel()

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

Returns:

the inner object.

properties

public abstract SvmPeerCommandResponseProperties properties()

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

Returns:

the properties value.

Applies to