PostBackupResponse Interface

public interface PostBackupResponse

An immutable client-side representation of PostBackupResponse.

Method Summary

Modifier and Type Method and Description
abstract String cloudEndpointName()

Gets the cloudEndpointName property: cloud endpoint Name.

abstract PostBackupResponseInner innerModel()

Gets the inner com.azure.resourcemanager.storagesync.fluent.models.PostBackupResponseInner object.

Method Details

cloudEndpointName

public abstract String cloudEndpointName()

Gets the cloudEndpointName property: cloud endpoint Name.

Returns:

the cloudEndpointName value.

innerModel

public abstract PostBackupResponseInner innerModel()

Gets the inner com.azure.resourcemanager.storagesync.fluent.models.PostBackupResponseInner object.

Returns:

the inner object.

Applies to