GlobalParametersOperations interface
Interfaccia che rappresenta un'operazione GlobalParameters.
Proprietà
| create |
Crea o aggiorna un parametro Globale |
| delete | Elimina un parametro Global |
| get | Ottiene un parametro Global |
| list |
Elenca i parametri globali |
Dettagli proprietà
createOrUpdate
Crea o aggiorna un parametro Globale
createOrUpdate: (resourceGroupName: string, factoryName: string, globalParameterName: string, defaultParam: GlobalParameterResource, options?: GlobalParametersCreateOrUpdateOptionalParams) => Promise<GlobalParameterResource>
Valore della proprietà
(resourceGroupName: string, factoryName: string, globalParameterName: string, defaultParam: GlobalParameterResource, options?: GlobalParametersCreateOrUpdateOptionalParams) => Promise<GlobalParameterResource>
delete
Elimina un parametro Global
delete: (resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersDeleteOptionalParams) => Promise<void>
get
Ottiene un parametro Global
get: (resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersGetOptionalParams) => Promise<GlobalParameterResource>
Valore della proprietà
(resourceGroupName: string, factoryName: string, globalParameterName: string, options?: GlobalParametersGetOptionalParams) => Promise<GlobalParameterResource>
listByFactory
Elenca i parametri globali
listByFactory: (resourceGroupName: string, factoryName: string, options?: GlobalParametersListByFactoryOptionalParams) => PagedAsyncIterableIterator<GlobalParameterResource, GlobalParameterResource[], PageSettings>
Valore della proprietà
(resourceGroupName: string, factoryName: string, options?: GlobalParametersListByFactoryOptionalParams) => PagedAsyncIterableIterator<GlobalParameterResource, GlobalParameterResource[], PageSettings>