public class UndeleteBlobContainerOptions extends Object
| Constructor and Description |
|---|
UndeleteBlobContainerOptions(String deletedContainerName,
String deletedContainerVersion)
Constructs a
UndeleteBlobContainerOptions. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeletedContainerName()
Gets the deleted blob container name.
|
String |
getDeletedContainerVersion()
Gets the deleted blob container version.
|
String |
getDestinationContainerName()
Deprecated.
Destination container name must match deleted container name
|
UndeleteBlobContainerOptions |
setDestinationContainerName(String destinationContainerName)
Deprecated.
Destination container name must match deleted container name
|
public UndeleteBlobContainerOptions(String deletedContainerName, String deletedContainerVersion)
UndeleteBlobContainerOptions.deletedContainerName - The name of the previously deleted container.deletedContainerVersion - The version of the previously deleted container.public String getDeletedContainerName()
public String getDeletedContainerVersion()
@Deprecated public String getDestinationContainerName()
destinationContainerName.
If the container associated with provided destinationContainerName
already exists, the undelete operation will result in a 409 (conflict).@Deprecated public UndeleteBlobContainerOptions setDestinationContainerName(String destinationContainerName)
destinationContainerName.
If the container associated with provided destinationContainerName
already exists, the undelete operation will result in a 409 (conflict).destinationContainerName - The destination blob container name.Copyright © 2021 Microsoft Corporation. All rights reserved.