ResourceProperties Class
Base response for a resource request.
- Inheritance
-
builtins.objectResourceProperties
Constructor
ResourceProperties()
Variables
Name | Description |
---|---|
etag
|
Opaque etag value that can be used to check if resource has been modified. |
last_modified
|
Datetime for last time resource was modified. |
server_encrypted
|
The value is set to true if the contents of the request are successfully encrypted using the specified algorithm. |
encryption_key_sha256
|
The server will echo the SHA256 of the customer-provided encryption key to validate the key used in the operation. |
Methods
clone |
clone
clone(src)
Parameters
Name | Description |
---|---|
src
Required
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python