CloudBlobClient.GetBlobReferenceFromServer Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetBlobReferenceFromServer(StorageUri, AccessCondition, BlobRequestOptions, OperationContext) |
Ruft einen Verweis auf ein Blob ab. |
GetBlobReferenceFromServer(Uri, AccessCondition, BlobRequestOptions, OperationContext) |
Ruft einen Verweis auf ein Blob ab. |
GetBlobReferenceFromServer(StorageUri, AccessCondition, BlobRequestOptions, OperationContext)
Ruft einen Verweis auf ein Blob ab.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.Blob.ICloudBlob GetBlobReferenceFromServer (Microsoft.Azure.Storage.StorageUri blobUri, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetBlobReferenceFromServer : Microsoft.Azure.Storage.StorageUri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Blob.ICloudBlob
override this.GetBlobReferenceFromServer : Microsoft.Azure.Storage.StorageUri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Blob.ICloudBlob
Public Overridable Function GetBlobReferenceFromServer (blobUri As StorageUri, Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As ICloudBlob
Parameter
- blobUri
- StorageUri
Ein StorageUri , der den URI des Blobs enthält.
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null
, wird keine Bedingung verwendet.
- options
- BlobRequestOptions
Ein BlobRequestOptions -Objekt, das alle zusätzlichen Optionen für die Anforderung angibt. Wenn null
, werden standardoptionen auf die Anforderung angewendet.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein ICloudBlob-Objekt.
- Attribute
Gilt für:
GetBlobReferenceFromServer(Uri, AccessCondition, BlobRequestOptions, OperationContext)
Ruft einen Verweis auf ein Blob ab.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.Blob.ICloudBlob GetBlobReferenceFromServer (Uri blobUri, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetBlobReferenceFromServer : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Blob.ICloudBlob
override this.GetBlobReferenceFromServer : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Blob.ICloudBlob
Public Overridable Function GetBlobReferenceFromServer (blobUri As Uri, Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As ICloudBlob
Parameter
- blobUri
- Uri
Ein Uri , der den URI des Blobs enthält. Der Dienst geht davon aus, dass dies der URI für das Blob am primären Speicherort ist.
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null
, wird keine Bedingung verwendet.
- options
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt. Wenn null
, werden standardoptionen auf die Anforderung angewendet.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein ICloudBlob-Objekt.
- Attribute
Gilt für:
Azure SDK for .NET