ConfigurationGroupSchemas interface
ConfigurationGroupSchemas를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
beginCreateOrUpdate(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)
구성 그룹 스키마를 만들거나 업데이트합니다.
function beginCreateOrUpdate(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchema, options?: ConfigurationGroupSchemasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchema>, ConfigurationGroupSchema>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
- configurationGroupSchemaName
-
string
구성 그룹 스키마의 이름입니다.
- parameters
- ConfigurationGroupSchema
구성 그룹 스키마 리소스 만들기 또는 업데이트에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupSchema>, ConfigurationGroupSchema>>
beginCreateOrUpdateAndWait(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)
구성 그룹 스키마를 만들거나 업데이트합니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchema, options?: ConfigurationGroupSchemasCreateOrUpdateOptionalParams): Promise<ConfigurationGroupSchema>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
- configurationGroupSchemaName
-
string
구성 그룹 스키마의 이름입니다.
- parameters
- ConfigurationGroupSchema
구성 그룹 스키마 리소스 만들기 또는 업데이트에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<ConfigurationGroupSchema>
beginDelete(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)
지정된 구성 그룹 스키마를 삭제합니다.
function beginDelete(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemasDeleteHeaders>, ConfigurationGroupSchemasDeleteHeaders>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
- configurationGroupSchemaName
-
string
구성 그룹 스키마의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupSchemasDeleteHeaders>, ConfigurationGroupSchemasDeleteHeaders>>
beginDeleteAndWait(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)
지정된 구성 그룹 스키마를 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<ConfigurationGroupSchemasDeleteHeaders>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
- configurationGroupSchemaName
-
string
구성 그룹 스키마의 이름입니다.
옵션 매개 변수입니다.
반환
beginUpdateState(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)
구성 그룹 스키마 상태를 업데이트합니다.
function beginUpdateState(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchemaVersionUpdateState, options?: ConfigurationGroupSchemasUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemaVersionUpdateState>, ConfigurationGroupSchemaVersionUpdateState>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
- configurationGroupSchemaName
-
string
구성 그룹 스키마의 이름입니다.
- parameters
- ConfigurationGroupSchemaVersionUpdateState
구성 그룹 스키마의 상태를 업데이트하기 위해 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupSchemaVersionUpdateState>, ConfigurationGroupSchemaVersionUpdateState>>
beginUpdateStateAndWait(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)
구성 그룹 스키마 상태를 업데이트합니다.
function beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchemaVersionUpdateState, options?: ConfigurationGroupSchemasUpdateStateOptionalParams): Promise<ConfigurationGroupSchemaVersionUpdateState>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
- configurationGroupSchemaName
-
string
구성 그룹 스키마의 이름입니다.
- parameters
- ConfigurationGroupSchemaVersionUpdateState
구성 그룹 스키마의 상태를 업데이트하기 위해 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
get(string, string, string, ConfigurationGroupSchemasGetOptionalParams)
지정된 구성 그룹 스키마에 대한 정보를 가져옵니다.
function get(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasGetOptionalParams): Promise<ConfigurationGroupSchema>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
- configurationGroupSchemaName
-
string
구성 그룹 스키마의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<ConfigurationGroupSchema>
listByPublisher(string, string, ConfigurationGroupSchemasListByPublisherOptionalParams)
게시자 아래의 구성 그룹 스키마 정보를 가져옵니다.
function listByPublisher(resourceGroupName: string, publisherName: string, options?: ConfigurationGroupSchemasListByPublisherOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupSchema, ConfigurationGroupSchema[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
옵션 매개 변수입니다.
반환
update(string, string, string, TagsObject, ConfigurationGroupSchemasUpdateOptionalParams)
구성 그룹 스키마 리소스를 업데이트.
function update(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: TagsObject, options?: ConfigurationGroupSchemasUpdateOptionalParams): Promise<ConfigurationGroupSchema>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- publisherName
-
string
게시자 이름입니다.
- configurationGroupSchemaName
-
string
구성 그룹 스키마의 이름입니다.
- parameters
- TagsObject
네트워크 서비스 디자인 버전 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<ConfigurationGroupSchema>
Azure SDK for JavaScript