ManagementAssociations class
ManagementAssociations를 나타내는 클래스입니다.
생성자
| Management |
ManagementAssociations를 만듭니다. |
메서드
생성자 세부 정보
ManagementAssociations(OperationsManagementClientContext)
ManagementAssociations를 만듭니다.
new ManagementAssociations(client: OperationsManagementClientContext)
매개 변수
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
createOrUpdate(string, string, ManagementAssociation, RequestOptionsBase)
ManagementAssociation을 만들거나 업데이트합니다.
function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, options?: RequestOptionsBase): Promise<ManagementAssociationsCreateOrUpdateResponse>
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- parameters
- ManagementAssociation
ManagementAssociation 확장을 만드는 데 필요한 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ManagementAssociationsCreateOrUpdateResponse>
createOrUpdate(string, string, ManagementAssociation, RequestOptionsBase, ServiceCallback<ManagementAssociation>)
function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociation>)
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- parameters
- ManagementAssociation
ManagementAssociation 확장을 만드는 데 필요한 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
createOrUpdate(string, string, ManagementAssociation, ServiceCallback<ManagementAssociation>)
function createOrUpdate(resourceGroupName: string, managementAssociationName: string, parameters: ManagementAssociation, callback: ServiceCallback<ManagementAssociation>)
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- parameters
- ManagementAssociation
ManagementAssociation 확장을 만드는 데 필요한 매개 변수입니다.
- callback
콜백
deleteMethod(string, string, RequestOptionsBase)
구독에서 ManagementAssociation을 삭제합니다.
function deleteMethod(resourceGroupName: string, managementAssociationName: string, options?: RequestOptionsBase): Promise<RestResponse>
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<RestResponse>
promise<msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, managementAssociationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
-
ServiceCallback<void>
콜백
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, managementAssociationName: string, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- callback
-
ServiceCallback<void>
콜백
get(string, string, RequestOptionsBase)
사용자 ManagementAssociation을 검색합니다.
function get(resourceGroupName: string, managementAssociationName: string, options?: RequestOptionsBase): Promise<ManagementAssociationsGetResponse>
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ManagementAssociationsGetResponse>
Promise<Models.ManagementAssociationsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ManagementAssociation>)
function get(resourceGroupName: string, managementAssociationName: string, options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociation>)
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, ServiceCallback<ManagementAssociation>)
function get(resourceGroupName: string, managementAssociationName: string, callback: ServiceCallback<ManagementAssociation>)
매개 변수
- resourceGroupName
-
string
가져올 리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- managementAssociationName
-
string
사용자 ManagementAssociation 이름입니다.
- callback
콜백
listBySubscription(RequestOptionsBase)
ManagementAssociations 목록을 검색합니다.
function listBySubscription(options?: RequestOptionsBase): Promise<ManagementAssociationsListBySubscriptionResponse>
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ManagementAssociationsListBySubscriptionResponse>
listBySubscription(RequestOptionsBase, ServiceCallback<ManagementAssociationPropertiesList>)
function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ManagementAssociationPropertiesList>)
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
콜백
listBySubscription(ServiceCallback<ManagementAssociationPropertiesList>)
function listBySubscription(callback: ServiceCallback<ManagementAssociationPropertiesList>)
매개 변수
콜백