BlobClient.WithVersion(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the BlobClient
class with an identical Uri source but the specified
versionId
timestamp.
public Azure.Storage.Blobs.BlobClient WithVersion (string versionId);
override this.WithVersion : string -> Azure.Storage.Blobs.BlobClient
Public Function WithVersion (versionId As String) As BlobClient
Parameters
- versionId
- String
The version identifier.
Returns
A new BlobClient instance.
Remarks
Pass null or empty string to remove the version returning a URL to the base blob.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET