NetworkDevices interface
NetworkDevices를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
beginCreate(string, string, NetworkDevice, NetworkDevicesCreateOptionalParams)
네트워크 디바이스 리소스 만들기
function beginCreate(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
- body
- NetworkDevice
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginCreateAndWait(string, string, NetworkDevice, NetworkDevicesCreateOptionalParams)
네트워크 디바이스 리소스 만들기
function beginCreateAndWait(resourceGroupName: string, networkDeviceName: string, body: NetworkDevice, options?: NetworkDevicesCreateOptionalParams): Promise<NetworkDevice>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
- body
- NetworkDevice
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
Promise<NetworkDevice>
beginDelete(string, string, NetworkDevicesDeleteOptionalParams)
네트워크 디바이스 리소스를 삭제합니다.
function beginDelete(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, NetworkDevicesDeleteOptionalParams)
네트워크 디바이스 리소스를 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<void>
beginReboot(string, string, RebootProperties, NetworkDevicesRebootOptionalParams)
네트워크 디바이스를 다시 부팅합니다.
function beginReboot(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
- body
- RebootProperties
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginRebootAndWait(string, string, RebootProperties, NetworkDevicesRebootOptionalParams)
네트워크 디바이스를 다시 부팅합니다.
function beginRebootAndWait(resourceGroupName: string, networkDeviceName: string, body: RebootProperties, options?: NetworkDevicesRebootOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
- body
- RebootProperties
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
beginRefreshConfiguration(string, string, NetworkDevicesRefreshConfigurationOptionalParams)
네트워크 디바이스 구성을 새로 고칩니다.
function beginRefreshConfiguration(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginRefreshConfigurationAndWait(string, string, NetworkDevicesRefreshConfigurationOptionalParams)
네트워크 디바이스 구성을 새로 고칩니다.
function beginRefreshConfigurationAndWait(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesRefreshConfigurationOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
옵션 매개 변수입니다.
반환
beginUpdate(string, string, NetworkDevicePatchParameters, NetworkDevicesUpdateOptionalParams)
네트워크 디바이스 리소스의 특정 속성을 업데이트합니다.
function beginUpdate(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
업데이트할 네트워크 디바이스 속성입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<NetworkDevice>, NetworkDevice>>
beginUpdateAdministrativeState(string, string, UpdateDeviceAdministrativeState, NetworkDevicesUpdateAdministrativeStateOptionalParams)
네트워크 디바이스의 관리 상태를 업데이트.
function beginUpdateAdministrativeState(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpdateAdministrativeStateAndWait(string, string, UpdateDeviceAdministrativeState, NetworkDevicesUpdateAdministrativeStateOptionalParams)
네트워크 디바이스의 관리 상태를 업데이트.
function beginUpdateAdministrativeStateAndWait(resourceGroupName: string, networkDeviceName: string, body: UpdateDeviceAdministrativeState, options?: NetworkDevicesUpdateAdministrativeStateOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
beginUpdateAndWait(string, string, NetworkDevicePatchParameters, NetworkDevicesUpdateOptionalParams)
네트워크 디바이스 리소스의 특정 속성을 업데이트합니다.
function beginUpdateAndWait(resourceGroupName: string, networkDeviceName: string, body: NetworkDevicePatchParameters, options?: NetworkDevicesUpdateOptionalParams): Promise<NetworkDevice>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
업데이트할 네트워크 디바이스 속성입니다.
옵션 매개 변수입니다.
반환
Promise<NetworkDevice>
beginUpgrade(string, string, UpdateVersion, NetworkDevicesUpgradeOptionalParams)
네트워크 디바이스의 버전을 업그레이드합니다.
function beginUpgrade(resourceGroupName: string, networkDeviceName: string, body: UpdateVersion, options?: NetworkDevicesUpgradeOptionalParams): Promise<SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
- body
- UpdateVersion
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommonPostActionResponseForStateUpdate>, CommonPostActionResponseForStateUpdate>>
beginUpgradeAndWait(string, string, UpdateVersion, NetworkDevicesUpgradeOptionalParams)
네트워크 디바이스의 버전을 업그레이드합니다.
function beginUpgradeAndWait(resourceGroupName: string, networkDeviceName: string, body: UpdateVersion, options?: NetworkDevicesUpgradeOptionalParams): Promise<CommonPostActionResponseForStateUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
- body
- UpdateVersion
페이로드를 요청합니다.
옵션 매개 변수입니다.
반환
get(string, string, NetworkDevicesGetOptionalParams)
네트워크 디바이스 리소스 세부 정보를 가져옵니다.
function get(resourceGroupName: string, networkDeviceName: string, options?: NetworkDevicesGetOptionalParams): Promise<NetworkDevice>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- networkDeviceName
-
string
네트워크 디바이스의 이름입니다.
- options
- NetworkDevicesGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<NetworkDevice>
listByResourceGroup(string, NetworkDevicesListByResourceGroupOptionalParams)
지정된 리소스 그룹의 모든 네트워크 디바이스 리소스를 나열합니다.
function listByResourceGroup(resourceGroupName: string, options?: NetworkDevicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
listBySubscription(NetworkDevicesListBySubscriptionOptionalParams)
지정된 구독의 모든 네트워크 디바이스 리소스를 나열합니다.
function listBySubscription(options?: NetworkDevicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetworkDevice, NetworkDevice[], PageSettings>
매개 변수
옵션 매개 변수입니다.