다음을 통해 공유


AttachedNetworks interface

AttachedNetworks를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

연결된 NetworkConnection을 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

연결된 NetworkConnection을 만들거나 업데이트합니다.

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

NetworkConnection을 연결 해제합니다.

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

NetworkConnection을 연결 해제합니다.

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

연결된 NetworkConnection을 가져옵니다.

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

연결된 NetworkConnection을 가져옵니다.

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

DevCenter에 대해 연결된 NetworkConnections를 나열합니다.

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

프로젝트에 연결된 NetworkConnections를 나열합니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

연결된 NetworkConnection을 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>

매개 변수

resourceGroupName

string

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

devCenterName

string

devcenter의 이름입니다.

attachedNetworkConnectionName

string

연결된 NetworkConnection의 이름입니다.

body
AttachedNetworkConnection

연결된 NetworkConnection을 나타냅니다.

options
AttachedNetworksCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworkConnection>, AttachedNetworkConnection>>

beginCreateOrUpdateAndWait(string, string, string, AttachedNetworkConnection, AttachedNetworksCreateOrUpdateOptionalParams)

연결된 NetworkConnection을 만들거나 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, body: AttachedNetworkConnection, options?: AttachedNetworksCreateOrUpdateOptionalParams): Promise<AttachedNetworkConnection>

매개 변수

resourceGroupName

string

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

devCenterName

string

devcenter의 이름입니다.

attachedNetworkConnectionName

string

연결된 NetworkConnection의 이름입니다.

body
AttachedNetworkConnection

연결된 NetworkConnection을 나타냅니다.

options
AttachedNetworksCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, AttachedNetworksDeleteOptionalParams)

NetworkConnection을 연결 해제합니다.

function beginDelete(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>

매개 변수

resourceGroupName

string

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

devCenterName

string

devcenter의 이름입니다.

attachedNetworkConnectionName

string

연결된 NetworkConnection의 이름입니다.

options
AttachedNetworksDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<AttachedNetworksDeleteHeaders>, AttachedNetworksDeleteHeaders>>

beginDeleteAndWait(string, string, string, AttachedNetworksDeleteOptionalParams)

NetworkConnection을 연결 해제합니다.

function beginDeleteAndWait(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksDeleteOptionalParams): Promise<AttachedNetworksDeleteHeaders>

매개 변수

resourceGroupName

string

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

devCenterName

string

devcenter의 이름입니다.

attachedNetworkConnectionName

string

연결된 NetworkConnection의 이름입니다.

options
AttachedNetworksDeleteOptionalParams

옵션 매개 변수입니다.

반환

getByDevCenter(string, string, string, AttachedNetworksGetByDevCenterOptionalParams)

연결된 NetworkConnection을 가져옵니다.

function getByDevCenter(resourceGroupName: string, devCenterName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByDevCenterOptionalParams): Promise<AttachedNetworkConnection>

매개 변수

resourceGroupName

string

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

devCenterName

string

devcenter의 이름입니다.

attachedNetworkConnectionName

string

연결된 NetworkConnection의 이름입니다.

options
AttachedNetworksGetByDevCenterOptionalParams

옵션 매개 변수입니다.

반환

getByProject(string, string, string, AttachedNetworksGetByProjectOptionalParams)

연결된 NetworkConnection을 가져옵니다.

function getByProject(resourceGroupName: string, projectName: string, attachedNetworkConnectionName: string, options?: AttachedNetworksGetByProjectOptionalParams): Promise<AttachedNetworkConnection>

매개 변수

resourceGroupName

string

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

projectName

string

프로젝트의 이름입니다.

attachedNetworkConnectionName

string

연결된 NetworkConnection의 이름입니다.

options
AttachedNetworksGetByProjectOptionalParams

옵션 매개 변수입니다.

반환

listByDevCenter(string, string, AttachedNetworksListByDevCenterOptionalParams)

DevCenter에 대해 연결된 NetworkConnections를 나열합니다.

function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: AttachedNetworksListByDevCenterOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>

매개 변수

resourceGroupName

string

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

devCenterName

string

devcenter의 이름입니다.

options
AttachedNetworksListByDevCenterOptionalParams

옵션 매개 변수입니다.

반환

listByProject(string, string, AttachedNetworksListByProjectOptionalParams)

프로젝트에 연결된 NetworkConnections를 나열합니다.

function listByProject(resourceGroupName: string, projectName: string, options?: AttachedNetworksListByProjectOptionalParams): PagedAsyncIterableIterator<AttachedNetworkConnection, AttachedNetworkConnection[], PageSettings>

매개 변수

resourceGroupName

string

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

projectName

string

프로젝트의 이름입니다.

options
AttachedNetworksListByProjectOptionalParams

옵션 매개 변수입니다.

반환