共用方式為


RestoreResult Interface

public interface RestoreResult

An immutable client-side representation of RestoreResult.

Method Summary

Modifier and Type Method and Description
abstract RestoreResultInner innerModel()

Gets the inner com.azure.resourcemanager.hardwaresecuritymodules.fluent.models.RestoreResultInner object.

abstract BackupRestoreBaseResultProperties properties()

Gets the properties property: Backup and Restore operation common properties.

Method Details

innerModel

public abstract RestoreResultInner innerModel()

Gets the inner com.azure.resourcemanager.hardwaresecuritymodules.fluent.models.RestoreResultInner object.

Returns:

the inner object.

properties

public abstract BackupRestoreBaseResultProperties properties()

Gets the properties property: Backup and Restore operation common properties.

Returns:

the properties value.

Applies to