ReplicationProtectableItemsOperations interface

Interface representing a ReplicationProtectableItems operations.

Properties

get

The operation to get the details of a protectable item.

listByReplicationProtectionContainers

Lists the protectable items in a protection container.

Property Details

get

The operation to get the details of a protectable item.

get: (resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, protectableItemName: string, options?: ReplicationProtectableItemsGetOptionalParams) => Promise<ProtectableItem>

Property Value

(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, protectableItemName: string, options?: ReplicationProtectableItemsGetOptionalParams) => Promise<ProtectableItem>

listByReplicationProtectionContainers

Lists the protectable items in a protection container.

listByReplicationProtectionContainers: (resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, options?: ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams) => PagedAsyncIterableIterator<ProtectableItem, ProtectableItem[], PageSettings>

Property Value

(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, options?: ReplicationProtectableItemsListByReplicationProtectionContainersOptionalParams) => PagedAsyncIterableIterator<ProtectableItem, ProtectableItem[], PageSettings>