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()
Gets the destination blob container name.
|
UndeleteBlobContainerOptions |
setDestinationContainerName(String destinationContainerName)
Sets the destination blob 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()
public String getDestinationContainerName()
destinationContainerName
.
If the container associated with provided destinationContainerName
already exists, the undelete operation will result in a 409 (conflict).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 © 2020 Microsoft Corporation. All rights reserved.