Condividi tramite


IBlobServices.GetServicePropertiesAsync Method

Definition

Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties> GetServicePropertiesAsync (string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServicePropertiesAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>
Public Function GetServicePropertiesAsync (resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IBlobServiceProperties)

Parameters

resourceGroupName
String

The name of the resource group within the user's subscription. The name is case insensitive.

accountName
String

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

cancellationToken
CancellationToken

Returns

Applies to