Delen via


ConfigurationGroupSchemas interface

Interface die een ConfigurationGroupSchemas vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een configuratiegroepschema bij.

beginCreateOrUpdateAndWait(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een configuratiegroepschema bij.

beginDelete(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)

Hiermee verwijdert u een opgegeven configuratiegroepschema.

beginDeleteAndWait(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)

Hiermee verwijdert u een opgegeven configuratiegroepschema.

beginUpdateState(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)

Werk de schemastatus van de configuratiegroep bij.

beginUpdateStateAndWait(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)

Werk de schemastatus van de configuratiegroep bij.

get(string, string, string, ConfigurationGroupSchemasGetOptionalParams)

Hiermee haalt u informatie op over het opgegeven schema van de configuratiegroep.

listByPublisher(string, string, ConfigurationGroupSchemasListByPublisherOptionalParams)

Hiermee haalt u informatie op van de configuratiegroepschema's onder een uitgever.

update(string, string, string, TagsObject, ConfigurationGroupSchemasUpdateOptionalParams)

Updates een schemaresource voor een configuratiegroep.

Methodedetails

beginCreateOrUpdate(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een configuratiegroepschema bij.

function beginCreateOrUpdate(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchema, options?: ConfigurationGroupSchemasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchema>, ConfigurationGroupSchema>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

configurationGroupSchemaName

string

De naam van het schema van de configuratiegroep.

parameters
ConfigurationGroupSchema

Parameters die zijn opgegeven voor de schemaresource van de configuratiegroep maken of bijwerken.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<ConfigurationGroupSchema>, ConfigurationGroupSchema>>

beginCreateOrUpdateAndWait(string, string, string, ConfigurationGroupSchema, ConfigurationGroupSchemasCreateOrUpdateOptionalParams)

Hiermee maakt of werkt u een configuratiegroepschema bij.

function beginCreateOrUpdateAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchema, options?: ConfigurationGroupSchemasCreateOrUpdateOptionalParams): Promise<ConfigurationGroupSchema>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

configurationGroupSchemaName

string

De naam van het schema van de configuratiegroep.

parameters
ConfigurationGroupSchema

Parameters die zijn opgegeven voor de schemaresource van de configuratiegroep maken of bijwerken.

Retouren

beginDelete(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)

Hiermee verwijdert u een opgegeven configuratiegroepschema.

function beginDelete(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemasDeleteHeaders>, ConfigurationGroupSchemasDeleteHeaders>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

configurationGroupSchemaName

string

De naam van het schema van de configuratiegroep.

options
ConfigurationGroupSchemasDeleteOptionalParams

De optiesparameters.

Retouren

beginDeleteAndWait(string, string, string, ConfigurationGroupSchemasDeleteOptionalParams)

Hiermee verwijdert u een opgegeven configuratiegroepschema.

function beginDeleteAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasDeleteOptionalParams): Promise<ConfigurationGroupSchemasDeleteHeaders>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

configurationGroupSchemaName

string

De naam van het schema van de configuratiegroep.

options
ConfigurationGroupSchemasDeleteOptionalParams

De optiesparameters.

Retouren

beginUpdateState(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)

Werk de schemastatus van de configuratiegroep bij.

function beginUpdateState(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchemaVersionUpdateState, options?: ConfigurationGroupSchemasUpdateStateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationGroupSchemaVersionUpdateState>, ConfigurationGroupSchemaVersionUpdateState>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

configurationGroupSchemaName

string

De naam van het schema van de configuratiegroep.

parameters
ConfigurationGroupSchemaVersionUpdateState

Parameters die zijn opgegeven om de status van het configuratiegroepschema bij te werken.

Retouren

beginUpdateStateAndWait(string, string, string, ConfigurationGroupSchemaVersionUpdateState, ConfigurationGroupSchemasUpdateStateOptionalParams)

Werk de schemastatus van de configuratiegroep bij.

function beginUpdateStateAndWait(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: ConfigurationGroupSchemaVersionUpdateState, options?: ConfigurationGroupSchemasUpdateStateOptionalParams): Promise<ConfigurationGroupSchemaVersionUpdateState>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

configurationGroupSchemaName

string

De naam van het schema van de configuratiegroep.

parameters
ConfigurationGroupSchemaVersionUpdateState

Parameters die zijn opgegeven om de status van het configuratiegroepschema bij te werken.

Retouren

get(string, string, string, ConfigurationGroupSchemasGetOptionalParams)

Hiermee haalt u informatie op over het opgegeven schema van de configuratiegroep.

function get(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, options?: ConfigurationGroupSchemasGetOptionalParams): Promise<ConfigurationGroupSchema>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

configurationGroupSchemaName

string

De naam van het schema van de configuratiegroep.

options
ConfigurationGroupSchemasGetOptionalParams

De optiesparameters.

Retouren

listByPublisher(string, string, ConfigurationGroupSchemasListByPublisherOptionalParams)

Hiermee haalt u informatie op van de configuratiegroepschema's onder een uitgever.

function listByPublisher(resourceGroupName: string, publisherName: string, options?: ConfigurationGroupSchemasListByPublisherOptionalParams): PagedAsyncIterableIterator<ConfigurationGroupSchema, ConfigurationGroupSchema[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

Retouren

update(string, string, string, TagsObject, ConfigurationGroupSchemasUpdateOptionalParams)

Updates een schemaresource voor een configuratiegroep.

function update(resourceGroupName: string, publisherName: string, configurationGroupSchemaName: string, parameters: TagsObject, options?: ConfigurationGroupSchemasUpdateOptionalParams): Promise<ConfigurationGroupSchema>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

publisherName

string

De naam van de uitgever.

configurationGroupSchemaName

string

De naam van het schema van de configuratiegroep.

parameters
TagsObject

Parameters die zijn opgegeven voor de bewerking voor het maken of bijwerken van de ontwerpversie van de netwerkservice.

options
ConfigurationGroupSchemasUpdateOptionalParams

De optiesparameters.

Retouren