StorageAccountsGetStorageContainerResponse type
getStorageContainer 操作の応答データを格納します。
type StorageAccountsGetStorageContainerResponse = StorageContainer & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: StorageContainer
}
}