TableSharedKeyCredential Class
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.
A TableSharedKeyCredential is a credential backed by a Storage Account's name and one of its access keys.
public class TableSharedKeyCredential
type TableSharedKeyCredential = class
Public Class TableSharedKeyCredential
- Inheritance
-
TableSharedKeyCredential
Constructors
TableSharedKeyCredential(String, String) |
Initializes a new instance of the TableSharedKeyCredential class. |
Properties
AccountName |
Gets the name of the Storage Account. |
Methods
SetAccountKey(String) |
Update the Storage Account's access key. This intended to be used when you've regenerated your Storage Account's access keys and want to update long lived clients. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET