StorSimpleManagementClient class
- Extends
생성자
Stor |
StorSimpleManagementClient 클래스의 새 instance 초기화합니다. |
속성
상속된 속성
pipeline | 이 클라이언트가 요청을 만드는 데 사용하는 파이프라인 |
상속된 메서드
send |
제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다. |
send |
제공된 httpRequest를 보냅니다. |
생성자 세부 정보
StorSimpleManagementClient(TokenCredential, string, StorSimpleManagementClientOptionalParams)
StorSimpleManagementClient 클래스의 새 instance 초기화합니다.
new StorSimpleManagementClient(credentials: TokenCredential, subscriptionId: string, options?: StorSimpleManagementClientOptionalParams)
매개 변수
- credentials
- TokenCredential
클라이언트 구독을 고유하게 식별하는 구독 자격 증명입니다.
- subscriptionId
-
string
구독 ID
매개 변수 옵션
속성 세부 정보
$host
$host: string
속성 값
string
accessControlRecords
alerts
apiVersion
apiVersion: string
속성 값
string
availableProviderOperationsOperations
availableProviderOperationsOperations: AvailableProviderOperationsOperations
속성 값
backups
backupScheduleGroups
chapSettingsOperations
devices
fileServers
fileShares
iscsiDisks
iscsiServers
jobs
managers
storageAccountCredentials
storageDomains
subscriptionId
subscriptionId: string
속성 값
string
상속된 속성 세부 정보
pipeline
이 클라이언트가 요청을 만드는 데 사용하는 파이프라인
pipeline: Pipeline
속성 값
coreClient.ServiceClient.pipeline에서 상속됨
상속된 메서드 세부 정보
sendOperationRequest<T>(OperationArguments, OperationSpec)
제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다.
function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>
매개 변수
- operationArguments
- OperationArguments
HTTP 요청의 템플릿 값이 채워지는 인수입니다.
- operationSpec
- OperationSpec
httpRequest를 채우는 데 사용할 OperationSpec입니다.
반환
Promise<T>
coreClient.ServiceClient.sendOperationRequest에서 상속됨
sendRequest(PipelineRequest)
제공된 httpRequest를 보냅니다.
function sendRequest(request: PipelineRequest): Promise<PipelineResponse>
매개 변수
- request
- PipelineRequest
반환
Promise<PipelineResponse>
coreClient.ServiceClient.sendRequest에서 상속됨
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript