AllowedConnections interface
AllowedConnections를 나타내는 인터페이스입니다.
메서드
get(string, string, string, Allowed |
연결 유형에 따라 구독 및 위치의 리소스 간에 가능한 모든 트래픽 목록을 가져옵니다. |
list(Allowed |
구독에 대한 리소스 간에 가능한 모든 트래픽 목록을 가져옵니다. |
list |
구독 및 위치의 리소스 간에 가능한 모든 트래픽 목록을 가져옵니다. |
메서드 세부 정보
get(string, string, string, AllowedConnectionsGetOptionalParams)
연결 유형에 따라 구독 및 위치의 리소스 간에 가능한 모든 트래픽 목록을 가져옵니다.
function get(resourceGroupName: string, ascLocation: string, connectionType: string, options?: AllowedConnectionsGetOptionalParams): Promise<AllowedConnectionsResource>
매개 변수
- resourceGroupName
-
string
사용자의 구독 내에 있는 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- ascLocation
-
string
ASC가 구독의 데이터를 저장하는 위치입니다. 위치 가져오기에서 검색할 수 있습니다.
- connectionType
-
string
허용되는 연결 유형(내부, 외부)
옵션 매개 변수입니다.
반환
Promise<AllowedConnectionsResource>
list(AllowedConnectionsListOptionalParams)
구독에 대한 리소스 간에 가능한 모든 트래픽 목록을 가져옵니다.
function list(options?: AllowedConnectionsListOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>
매개 변수
옵션 매개 변수입니다.
반환
listByHomeRegion(string, AllowedConnectionsListByHomeRegionOptionalParams)
구독 및 위치의 리소스 간에 가능한 모든 트래픽 목록을 가져옵니다.
function listByHomeRegion(ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource, AllowedConnectionsResource[], PageSettings>
매개 변수
- ascLocation
-
string
ASC가 구독의 데이터를 저장하는 위치입니다. 위치 가져오기에서 검색할 수 있습니다.
옵션 매개 변수입니다.