다음을 통해 공유


Application class

애플리케이션을 나타내는 클래스입니다.

생성자

Application(ServiceFabricMeshManagementClientContext)

애플리케이션을 만듭니다.

메서드

create(string, string, ApplicationResourceDescription, RequestOptionsBase)

지정된 이름, 설명 및 속성을 사용하여 애플리케이션 리소스를 만듭니다. 이름이 같은 애플리케이션 리소스가 있는 경우 지정된 설명 및 속성으로 업데이트됩니다.

create(string, string, ApplicationResourceDescription, RequestOptionsBase, ServiceCallback<ApplicationResourceDescription>)
create(string, string, ApplicationResourceDescription, ServiceCallback<ApplicationResourceDescription>)
deleteMethod(string, string, RequestOptionsBase)

이름으로 식별되는 애플리케이션 리소스를 삭제합니다.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

지정된 이름을 가진 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescription>)
get(string, string, ServiceCallback<ApplicationResourceDescription>)
listByResourceGroup(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)
listByResourceGroup(string, ServiceCallback<ApplicationResourceDescriptionList>)
listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)
listByResourceGroupNext(string, ServiceCallback<ApplicationResourceDescriptionList>)
listBySubscription(RequestOptionsBase)

지정된 리소스 그룹의 모든 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

listBySubscription(RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)
listBySubscription(ServiceCallback<ApplicationResourceDescriptionList>)
listBySubscriptionNext(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)
listBySubscriptionNext(string, ServiceCallback<ApplicationResourceDescriptionList>)

생성자 세부 정보

Application(ServiceFabricMeshManagementClientContext)

애플리케이션을 만듭니다.

new Application(client: ServiceFabricMeshManagementClientContext)

매개 변수

client
ServiceFabricMeshManagementClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

create(string, string, ApplicationResourceDescription, RequestOptionsBase)

지정된 이름, 설명 및 속성을 사용하여 애플리케이션 리소스를 만듭니다. 이름이 같은 애플리케이션 리소스가 있는 경우 지정된 설명 및 속성으로 업데이트됩니다.

function create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: ApplicationResourceDescription, options?: RequestOptionsBase): Promise<ApplicationCreateResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

applicationResourceDescription
ApplicationResourceDescription

애플리케이션 리소스 만들기에 대한 설명입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ApplicationCreateResponse>

create(string, string, ApplicationResourceDescription, RequestOptionsBase, ServiceCallback<ApplicationResourceDescription>)

function create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: ApplicationResourceDescription, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescription>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

applicationResourceDescription
ApplicationResourceDescription

애플리케이션 리소스 만들기에 대한 설명입니다.

options
RequestOptionsBase

선택적 매개 변수

create(string, string, ApplicationResourceDescription, ServiceCallback<ApplicationResourceDescription>)

function create(resourceGroupName: string, applicationResourceName: string, applicationResourceDescription: ApplicationResourceDescription, callback: ServiceCallback<ApplicationResourceDescription>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

applicationResourceDescription
ApplicationResourceDescription

애플리케이션 리소스 만들기에 대한 설명입니다.

deleteMethod(string, string, RequestOptionsBase)

이름으로 식별되는 애플리케이션 리소스를 삭제합니다.

function deleteMethod(resourceGroupName: string, applicationResourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, applicationResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, applicationResourceName: string, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

callback

ServiceCallback<void>

콜백

get(string, string, RequestOptionsBase)

지정된 이름을 가진 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

function get(resourceGroupName: string, applicationResourceName: string, options?: RequestOptionsBase): Promise<ApplicationGetResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Models.ApplicationGetResponse 약속<>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescription>)

function get(resourceGroupName: string, applicationResourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescription>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

get(string, string, ServiceCallback<ApplicationResourceDescription>)

function get(resourceGroupName: string, applicationResourceName: string, callback: ServiceCallback<ApplicationResourceDescription>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

applicationResourceName

string

애플리케이션의 ID입니다.

listByResourceGroup(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<ApplicationListByResourceGroupResponse>

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ApplicationListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescriptionList>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroup(string, ServiceCallback<ApplicationResourceDescriptionList>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<ApplicationResourceDescriptionList>)

매개 변수

resourceGroupName

string

Azure 리소스 그룹 이름

listByResourceGroupNext(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ApplicationListByResourceGroupNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ApplicationListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroupNext(string, ServiceCallback<ApplicationResourceDescriptionList>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<ApplicationResourceDescriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

listBySubscription(RequestOptionsBase)

지정된 리소스 그룹의 모든 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

function listBySubscription(options?: RequestOptionsBase): Promise<ApplicationListBySubscriptionResponse>

매개 변수

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ApplicationListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescriptionList>)

매개 변수

options
RequestOptionsBase

선택적 매개 변수

listBySubscription(ServiceCallback<ApplicationResourceDescriptionList>)

function listBySubscription(callback: ServiceCallback<ApplicationResourceDescriptionList>)

매개 변수

listBySubscriptionNext(string, RequestOptionsBase)

지정된 리소스 그룹의 모든 애플리케이션 리소스에 대한 정보를 가져옵니다. 정보에는 애플리케이션의 설명 및 기타 속성이 포함됩니다.

function listBySubscriptionNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ApplicationListBySubscriptionNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ApplicationListBySubscriptionNextResponse>

listBySubscriptionNext(string, RequestOptionsBase, ServiceCallback<ApplicationResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationResourceDescriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listBySubscriptionNext(string, ServiceCallback<ApplicationResourceDescriptionList>)

function listBySubscriptionNext(nextPageLink: string, callback: ServiceCallback<ApplicationResourceDescriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.