EncryptionScopesOperations interface
EncryptionScopes 연산을 나타내는 인터페이스.
속성
| get | 지정된 암호화 범위에 대한 속성을 반환합니다. |
| list | 지정된 스토리지 계정에서 사용할 수 있는 모든 암호화 범위를 나열합니다. |
| patch | 요청 본문에 지정된 대로 암호화 범위 속성을 업데이트합니다. 지정된 암호화 범위가 아직 없는 경우 업데이트가 실패합니다. |
| put | 지정된 스토리지 계정 아래에서 암호화 범위를 동기적으로 만들거나 업데이트합니다. 암호화 범위가 이미 만들어지고 후속 요청이 다른 속성으로 실행되는 경우 암호화 범위 속성은 지정된 요청에 따라 업데이트됩니다. |
속성 세부 정보
get
지정된 암호화 범위에 대한 속성을 반환합니다.
get: (resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams) => Promise<EncryptionScope>
속성 값
(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams) => Promise<EncryptionScope>
list
지정된 스토리지 계정에서 사용할 수 있는 모든 암호화 범위를 나열합니다.
list: (resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams) => PagedAsyncIterableIterator<EncryptionScope, EncryptionScope[], PageSettings>
속성 값
(resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams) => PagedAsyncIterableIterator<EncryptionScope, EncryptionScope[], PageSettings>
patch
요청 본문에 지정된 대로 암호화 범위 속성을 업데이트합니다. 지정된 암호화 범위가 아직 없는 경우 업데이트가 실패합니다.
patch: (resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams) => Promise<EncryptionScope>
속성 값
(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams) => Promise<EncryptionScope>
put
지정된 스토리지 계정 아래에서 암호화 범위를 동기적으로 만들거나 업데이트합니다. 암호화 범위가 이미 만들어지고 후속 요청이 다른 속성으로 실행되는 경우 암호화 범위 속성은 지정된 요청에 따라 업데이트됩니다.
put: (resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams) => Promise<EncryptionScope>
속성 값
(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams) => Promise<EncryptionScope>