UNPKG

@azure/arm-resources

Version:
151 lines 8.45 kB
"use strict"; /* * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.KnownTagsPatchOperation = exports.KnownExportTemplateOutputFormat = exports.KnownExtendedLocationType = exports.KnownLevel = exports.KnownProviderAuthorizationConsentState = exports.KnownAliasPathAttributes = exports.KnownAliasPathTokenType = exports.KnownProvisioningState = exports.KnownValidationLevel = exports.KnownExpressionEvaluationOptionsScopeType = exports.KnownExtensionConfigPropertyType = void 0; /** Known values of {@link ExtensionConfigPropertyType} that the service accepts. */ var KnownExtensionConfigPropertyType; (function (KnownExtensionConfigPropertyType) { /** Property type representing a string value. */ KnownExtensionConfigPropertyType["String"] = "String"; /** Property type representing an integer value. */ KnownExtensionConfigPropertyType["Int"] = "Int"; /** Property type representing a boolean value. */ KnownExtensionConfigPropertyType["Bool"] = "Bool"; /** Property type representing an array value. */ KnownExtensionConfigPropertyType["Array"] = "Array"; /** Property type representing an object value. */ KnownExtensionConfigPropertyType["Object"] = "Object"; /** Property type representing a secure string value. */ KnownExtensionConfigPropertyType["SecureString"] = "SecureString"; /** Property type representing a secure object value. */ KnownExtensionConfigPropertyType["SecureObject"] = "SecureObject"; })(KnownExtensionConfigPropertyType || (exports.KnownExtensionConfigPropertyType = KnownExtensionConfigPropertyType = {})); /** Known values of {@link ExpressionEvaluationOptionsScopeType} that the service accepts. */ var KnownExpressionEvaluationOptionsScopeType; (function (KnownExpressionEvaluationOptionsScopeType) { /** NotSpecified */ KnownExpressionEvaluationOptionsScopeType["NotSpecified"] = "NotSpecified"; /** Outer */ KnownExpressionEvaluationOptionsScopeType["Outer"] = "Outer"; /** Inner */ KnownExpressionEvaluationOptionsScopeType["Inner"] = "Inner"; })(KnownExpressionEvaluationOptionsScopeType || (exports.KnownExpressionEvaluationOptionsScopeType = KnownExpressionEvaluationOptionsScopeType = {})); /** Known values of {@link ValidationLevel} that the service accepts. */ var KnownValidationLevel; (function (KnownValidationLevel) { /** Static analysis of the template is performed. */ KnownValidationLevel["Template"] = "Template"; /** Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Validates that the caller has RBAC write permissions on each resource. */ KnownValidationLevel["Provider"] = "Provider"; /** Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Skips validating that the caller has RBAC write permissions on each resource. */ KnownValidationLevel["ProviderNoRbac"] = "ProviderNoRbac"; })(KnownValidationLevel || (exports.KnownValidationLevel = KnownValidationLevel = {})); /** Known values of {@link ProvisioningState} that the service accepts. */ var KnownProvisioningState; (function (KnownProvisioningState) { /** NotSpecified */ KnownProvisioningState["NotSpecified"] = "NotSpecified"; /** Accepted */ KnownProvisioningState["Accepted"] = "Accepted"; /** Running */ KnownProvisioningState["Running"] = "Running"; /** Ready */ KnownProvisioningState["Ready"] = "Ready"; /** Creating */ KnownProvisioningState["Creating"] = "Creating"; /** Created */ KnownProvisioningState["Created"] = "Created"; /** Deleting */ KnownProvisioningState["Deleting"] = "Deleting"; /** Deleted */ KnownProvisioningState["Deleted"] = "Deleted"; /** Canceled */ KnownProvisioningState["Canceled"] = "Canceled"; /** Failed */ KnownProvisioningState["Failed"] = "Failed"; /** Succeeded */ KnownProvisioningState["Succeeded"] = "Succeeded"; /** Updating */ KnownProvisioningState["Updating"] = "Updating"; })(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {})); /** Known values of {@link AliasPathTokenType} that the service accepts. */ var KnownAliasPathTokenType; (function (KnownAliasPathTokenType) { /** The token type is not specified. */ KnownAliasPathTokenType["NotSpecified"] = "NotSpecified"; /** The token type can be anything. */ KnownAliasPathTokenType["Any"] = "Any"; /** The token type is string. */ KnownAliasPathTokenType["String"] = "String"; /** The token type is object. */ KnownAliasPathTokenType["Object"] = "Object"; /** The token type is array. */ KnownAliasPathTokenType["Array"] = "Array"; /** The token type is integer. */ KnownAliasPathTokenType["Integer"] = "Integer"; /** The token type is number. */ KnownAliasPathTokenType["Number"] = "Number"; /** The token type is boolean. */ KnownAliasPathTokenType["Boolean"] = "Boolean"; })(KnownAliasPathTokenType || (exports.KnownAliasPathTokenType = KnownAliasPathTokenType = {})); /** Known values of {@link AliasPathAttributes} that the service accepts. */ var KnownAliasPathAttributes; (function (KnownAliasPathAttributes) { /** The token that the alias path is referring to has no attributes. */ KnownAliasPathAttributes["None"] = "None"; /** The token that the alias path is referring to is modifiable by policies with 'modify' effect. */ KnownAliasPathAttributes["Modifiable"] = "Modifiable"; })(KnownAliasPathAttributes || (exports.KnownAliasPathAttributes = KnownAliasPathAttributes = {})); /** Known values of {@link ProviderAuthorizationConsentState} that the service accepts. */ var KnownProviderAuthorizationConsentState; (function (KnownProviderAuthorizationConsentState) { /** NotSpecified */ KnownProviderAuthorizationConsentState["NotSpecified"] = "NotSpecified"; /** Required */ KnownProviderAuthorizationConsentState["Required"] = "Required"; /** NotRequired */ KnownProviderAuthorizationConsentState["NotRequired"] = "NotRequired"; /** Consented */ KnownProviderAuthorizationConsentState["Consented"] = "Consented"; })(KnownProviderAuthorizationConsentState || (exports.KnownProviderAuthorizationConsentState = KnownProviderAuthorizationConsentState = {})); /** Known values of {@link Level} that the service accepts. */ var KnownLevel; (function (KnownLevel) { /** Warning */ KnownLevel["Warning"] = "Warning"; /** Info */ KnownLevel["Info"] = "Info"; /** Error */ KnownLevel["Error"] = "Error"; })(KnownLevel || (exports.KnownLevel = KnownLevel = {})); /** Known values of {@link ExtendedLocationType} that the service accepts. */ var KnownExtendedLocationType; (function (KnownExtendedLocationType) { /** EdgeZone */ KnownExtendedLocationType["EdgeZone"] = "EdgeZone"; })(KnownExtendedLocationType || (exports.KnownExtendedLocationType = KnownExtendedLocationType = {})); /** Known values of {@link ExportTemplateOutputFormat} that the service accepts. */ var KnownExportTemplateOutputFormat; (function (KnownExportTemplateOutputFormat) { /** Json */ KnownExportTemplateOutputFormat["Json"] = "Json"; /** Bicep */ KnownExportTemplateOutputFormat["Bicep"] = "Bicep"; })(KnownExportTemplateOutputFormat || (exports.KnownExportTemplateOutputFormat = KnownExportTemplateOutputFormat = {})); /** Known values of {@link TagsPatchOperation} that the service accepts. */ var KnownTagsPatchOperation; (function (KnownTagsPatchOperation) { /** The 'replace' option replaces the entire set of existing tags with a new set. */ KnownTagsPatchOperation["Replace"] = "Replace"; /** The 'merge' option allows adding tags with new names and updating the values of tags with existing names. */ KnownTagsPatchOperation["Merge"] = "Merge"; /** The 'delete' option allows selectively deleting tags based on given names or name\/value pairs. */ KnownTagsPatchOperation["Delete"] = "Delete"; })(KnownTagsPatchOperation || (exports.KnownTagsPatchOperation = KnownTagsPatchOperation = {})); //# sourceMappingURL=index.js.map