PurviewAccountClient.GetAccessKeysAsync(RequestOptions) 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.
List the authorization keys associated with this account.
public virtual System.Threading.Tasks.Task<Azure.Response> GetAccessKeysAsync (Azure.RequestOptions options = default);
abstract member GetAccessKeysAsync : Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.GetAccessKeysAsync : Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetAccessKeysAsync (Optional options As RequestOptions = Nothing) As Task(Of Response)
Parameters
- options
- Azure.RequestOptions
The request options.