Hyper V Run As Accounts - Get Run As Account

계정으로 실행을 가져오는 방법입니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/HyperVSites/{siteName}/runAsAccounts/{accountName}?api-version=2020-01-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
accountName
path True

string

계정 ARM 이름으로 실행합니다.

resourceGroupName
path True

string

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

siteName
path True

string

사이트 이름입니다.

subscriptionId
path True

string

대상 구독의 ID입니다.

api-version
query True

string

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK

HyperVRunAsAccount

정상

예제

Get run as account.

Sample Request

GET https://management.azure.com/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/runAsAccounts/account1?api-version=2020-01-01

Sample Response

{
  "id": "/subscriptions/4bd2aa0f-2bd2-4d67-91a8-5a4533d58600/resourceGroups/pajindTest/providers/Microsoft.OffAzure/HyperVSites/appliance1e39site/runasaccounts/account1",
  "name": "account1",
  "type": "Microsoft.OffAzure/HyperVSites/runasaccounts",
  "properties": {
    "displayName": "account1",
    "credentialType": "LinuxServer",
    "createdTimestamp": "2019-05-14T07:01:18.3434076Z",
    "updatedTimestamp": "2019-05-14T07:01:18.3434076Z"
  }
}

정의

Name Description
CredentialType

실행 계정의 자격 증명 유형입니다.

HyperVRunAsAccount

계정 REST 리소스로 실행합니다.

RunAsAccountProperties

실행 계정 속성에 대한 클래스입니다.

CredentialType

실행 계정의 자격 증명 유형입니다.

Name 형식 Description
HyperVFabric

string

LinuxGuest

string

LinuxServer

string

VMwareFabric

string

WindowsGuest

string

WindowsServer

string

HyperVRunAsAccount

계정 REST 리소스로 실행합니다.

Name 형식 Description
id

string

리소스 ID입니다.

name

string

사이트 이름입니다.

properties

RunAsAccountProperties

실행 계정의 중첩된 속성입니다.

type

string

리소스의 형식입니다. 형식 = Microsoft.OffAzure/HyperVSites/RunAsAccounts.

RunAsAccountProperties

실행 계정 속성에 대한 클래스입니다.

Name 형식 Description
createdTimestamp

string

타임스탬프 표시는 계정 생성으로 실행됩니다.

credentialType

CredentialType

실행 계정의 자격 증명 유형입니다.

displayName

string

실행 계정의 표시 이름입니다.

updatedTimestamp

string

실행 계정에서 마지막으로 업데이트된 타임스탬프 표시입니다.