CacheRulesOperations interface
Interface représentant une opération CacheRules.
Propriétés
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Crée une règle de cache pour un registre de conteneurs avec les paramètres spécifiés. |
| delete | |
| get | Obtient les propriétés de la ressource de règle de cache spécifiée. |
| list | Répertorie toutes les ressources de règle de cache pour le registre de conteneurs spécifié. |
| update | Met à jour une règle de cache pour un registre de conteneurs avec les paramètres spécifiés. |
Détails de la propriété
beginCreate
Avertissement
Cette API est à présent déconseillée.
use create instead
beginCreate: (resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CacheRule>, CacheRule>>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<CacheRule>, CacheRule>>
beginCreateAndWait
Avertissement
Cette API est à présent déconseillée.
use create instead
beginCreateAndWait: (resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams) => Promise<CacheRule>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams) => Promise<CacheRule>
beginDelete
Avertissement
Cette API est à présent déconseillée.
use delete instead
beginDelete: (resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avertissement
Cette API est à présent déconseillée.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams) => Promise<void>
beginUpdate
Avertissement
Cette API est à présent déconseillée.
use update instead
beginUpdate: (resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CacheRule>, CacheRule>>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CacheRule>, CacheRule>>
beginUpdateAndWait
Avertissement
Cette API est à présent déconseillée.
use update instead
beginUpdateAndWait: (resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams) => Promise<CacheRule>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams) => Promise<CacheRule>
create
Crée une règle de cache pour un registre de conteneurs avec les paramètres spécifiés.
create: (resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams) => PollerLike<OperationState<CacheRule>, CacheRule>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams) => PollerLike<OperationState<CacheRule>, CacheRule>
delete
delete: (resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obtient les propriétés de la ressource de règle de cache spécifiée.
get: (resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesGetOptionalParams) => Promise<CacheRule>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesGetOptionalParams) => Promise<CacheRule>
list
Répertorie toutes les ressources de règle de cache pour le registre de conteneurs spécifié.
list: (resourceGroupName: string, registryName: string, options?: CacheRulesListOptionalParams) => PagedAsyncIterableIterator<CacheRule, CacheRule[], PageSettings>
Valeur de propriété
(resourceGroupName: string, registryName: string, options?: CacheRulesListOptionalParams) => PagedAsyncIterableIterator<CacheRule, CacheRule[], PageSettings>
update
Met à jour une règle de cache pour un registre de conteneurs avec les paramètres spécifiés.
update: (resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams) => PollerLike<OperationState<CacheRule>, CacheRule>
Valeur de propriété
(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams) => PollerLike<OperationState<CacheRule>, CacheRule>