Gateway class
게이트웨이를 나타내는 클래스입니다.
생성자
| Gateway(Service |
게이트웨이를 만듭니다. |
메서드
생성자 세부 정보
Gateway(ServiceFabricMeshManagementClientContext)
게이트웨이를 만듭니다.
new Gateway(client: ServiceFabricMeshManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
create(string, string, GatewayResourceDescription, RequestOptionsBase)
지정된 이름, 설명 및 속성을 사용하여 게이트웨이 리소스를 만듭니다. 이름이 같은 게이트웨이 리소스가 있는 경우 지정된 설명 및 속성으로 업데이트됩니다. 게이트웨이 리소스를 사용하여 애플리케이션 내 서비스에 대한 공용 연결을 위한 게이트웨이를 만듭니다.
function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, options?: RequestOptionsBase): Promise<GatewayCreateResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- gatewayResourceDescription
- GatewayResourceDescription
게이트웨이 리소스 만들기에 대한 설명입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<GatewayCreateResponse>
Models.GatewayCreateResponse를 약속<합니다.>
create(string, string, GatewayResourceDescription, RequestOptionsBase, ServiceCallback<GatewayResourceDescription>)
function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescription>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- gatewayResourceDescription
- GatewayResourceDescription
게이트웨이 리소스 만들기에 대한 설명입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
create(string, string, GatewayResourceDescription, ServiceCallback<GatewayResourceDescription>)
function create(resourceGroupName: string, gatewayResourceName: string, gatewayResourceDescription: GatewayResourceDescription, callback: ServiceCallback<GatewayResourceDescription>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- gatewayResourceDescription
- GatewayResourceDescription
게이트웨이 리소스 만들기에 대한 설명입니다.
- callback
콜백
deleteMethod(string, string, RequestOptionsBase)
이름으로 식별되는 게이트웨이 리소스를 삭제합니다.
function deleteMethod(resourceGroupName: string, gatewayResourceName: string, options?: RequestOptionsBase): Promise<RestResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<RestResponse>
promise<msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, gatewayResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
-
ServiceCallback<void>
콜백
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, gatewayResourceName: string, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- callback
-
ServiceCallback<void>
콜백
get(string, string, RequestOptionsBase)
지정된 이름의 게이트웨이 리소스에 대한 정보를 가져옵니다. 정보에는 게이트웨이의 설명 및 기타 속성이 포함됩니다.
function get(resourceGroupName: string, gatewayResourceName: string, options?: RequestOptionsBase): Promise<GatewayGetResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<GatewayGetResponse>
Models.GatewayGetResponse 약속<>
get(string, string, RequestOptionsBase, ServiceCallback<GatewayResourceDescription>)
function get(resourceGroupName: string, gatewayResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescription>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, ServiceCallback<GatewayResourceDescription>)
function get(resourceGroupName: string, gatewayResourceName: string, callback: ServiceCallback<GatewayResourceDescription>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- gatewayResourceName
-
string
게이트웨이의 ID입니다.
- callback
콜백
listByResourceGroup(string, RequestOptionsBase)
지정된 리소스 그룹의 모든 게이트웨이 리소스에 대한 정보를 가져옵니다. 정보에는 게이트웨이의 설명 및 기타 속성이 포함됩니다.
function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<GatewayListByResourceGroupResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<GatewayListByResourceGroupResponse>
Promise<Models.GatewayListByResourceGroupResponse>
listByResourceGroup(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)
function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescriptionList>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
- options
- RequestOptionsBase
선택적 매개 변수
콜백
listByResourceGroup(string, ServiceCallback<GatewayResourceDescriptionList>)
function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<GatewayResourceDescriptionList>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹 이름
콜백
listByResourceGroupNext(string, RequestOptionsBase)
지정된 리소스 그룹의 모든 게이트웨이 리소스에 대한 정보를 가져옵니다. 정보에는 게이트웨이의 설명 및 기타 속성이 포함됩니다.
function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<GatewayListByResourceGroupNextResponse>
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.GatewayListByResourceGroupNextResponse>
listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)
function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescriptionList>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
콜백
listByResourceGroupNext(string, ServiceCallback<GatewayResourceDescriptionList>)
function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<GatewayResourceDescriptionList>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
콜백
listBySubscription(RequestOptionsBase)
지정된 리소스 그룹의 모든 게이트웨이 리소스에 대한 정보를 가져옵니다. 정보에는 게이트웨이의 설명 및 기타 속성이 포함됩니다.
function listBySubscription(options?: RequestOptionsBase): Promise<GatewayListBySubscriptionResponse>
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<GatewayListBySubscriptionResponse>
Models.GatewayListBySubscriptionResponse를 약속<합니다.>
listBySubscription(RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)
function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescriptionList>)
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
콜백
listBySubscription(ServiceCallback<GatewayResourceDescriptionList>)
function listBySubscription(callback: ServiceCallback<GatewayResourceDescriptionList>)
매개 변수
콜백
listBySubscriptionNext(string, RequestOptionsBase)
지정된 리소스 그룹의 모든 게이트웨이 리소스에 대한 정보를 가져옵니다. 정보에는 게이트웨이의 설명 및 기타 속성이 포함됩니다.
function listBySubscriptionNext(nextPageLink: string, options?: RequestOptionsBase): Promise<GatewayListBySubscriptionNextResponse>
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.GatewayListBySubscriptionNextResponse>
listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<GatewayResourceDescriptionList>)
function listBySubscriptionNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<GatewayResourceDescriptionList>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
콜백
listBySubscriptionNext(string, ServiceCallback<GatewayResourceDescriptionList>)
function listBySubscriptionNext(nextPageLink: string, callback: ServiceCallback<GatewayResourceDescriptionList>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
콜백