CloudBlobClient.GetServicePropertiesAsync 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
GetServicePropertiesAsync() |
Initiiert einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Blobdienst. |
GetServicePropertiesAsync(CancellationToken) |
Initiiert einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Blobdienst. |
GetServicePropertiesAsync(BlobRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Blobdienst. |
GetServicePropertiesAsync(BlobRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Blobdienst. |
GetServicePropertiesAsync()
Initiiert einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Blobdienst.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> GetServicePropertiesAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
override this.GetServicePropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Overridable Function GetServicePropertiesAsync () As Task(Of ServiceProperties)
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceProperties, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServicePropertiesAsync(CancellationToken)
Initiiert einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Blobdienst.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> GetServicePropertiesAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
override this.GetServicePropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Overridable Function GetServicePropertiesAsync (cancellationToken As CancellationToken) As Task(Of ServiceProperties)
Parameter
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceProperties, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServicePropertiesAsync(BlobRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Blobdienst.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> GetServicePropertiesAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
override this.GetServicePropertiesAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Overridable Function GetServicePropertiesAsync (requestOptions As BlobRequestOptions, operationContext As OperationContext) As Task(Of ServiceProperties)
Parameter
- requestOptions
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceProperties, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
GetServicePropertiesAsync(BlobRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang zum Abrufen von Diensteigenschaften für den Blobdienst.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties> GetServicePropertiesAsync (Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
override this.GetServicePropertiesAsync : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties>
Public Overridable Function GetServicePropertiesAsync (requestOptions As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ServiceProperties)
Parameter
- requestOptions
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ServiceProperties, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET