@azure/arm-resources
Version:
A generated SDK for ResourceManagementClient.
148 lines • 7.62 kB
JavaScript
/*
* 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.
*/
/** Known values of {@link ExtensionConfigPropertyType} that the service accepts. */
export 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 || (KnownExtensionConfigPropertyType = {}));
/** Known values of {@link ExpressionEvaluationOptionsScopeType} that the service accepts. */
export var KnownExpressionEvaluationOptionsScopeType;
(function (KnownExpressionEvaluationOptionsScopeType) {
/** NotSpecified */
KnownExpressionEvaluationOptionsScopeType["NotSpecified"] = "NotSpecified";
/** Outer */
KnownExpressionEvaluationOptionsScopeType["Outer"] = "Outer";
/** Inner */
KnownExpressionEvaluationOptionsScopeType["Inner"] = "Inner";
})(KnownExpressionEvaluationOptionsScopeType || (KnownExpressionEvaluationOptionsScopeType = {}));
/** Known values of {@link ValidationLevel} that the service accepts. */
export 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 || (KnownValidationLevel = {}));
/** Known values of {@link ProvisioningState} that the service accepts. */
export 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 || (KnownProvisioningState = {}));
/** Known values of {@link AliasPathTokenType} that the service accepts. */
export 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 || (KnownAliasPathTokenType = {}));
/** Known values of {@link AliasPathAttributes} that the service accepts. */
export 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 || (KnownAliasPathAttributes = {}));
/** Known values of {@link ProviderAuthorizationConsentState} that the service accepts. */
export var KnownProviderAuthorizationConsentState;
(function (KnownProviderAuthorizationConsentState) {
/** NotSpecified */
KnownProviderAuthorizationConsentState["NotSpecified"] = "NotSpecified";
/** Required */
KnownProviderAuthorizationConsentState["Required"] = "Required";
/** NotRequired */
KnownProviderAuthorizationConsentState["NotRequired"] = "NotRequired";
/** Consented */
KnownProviderAuthorizationConsentState["Consented"] = "Consented";
})(KnownProviderAuthorizationConsentState || (KnownProviderAuthorizationConsentState = {}));
/** Known values of {@link Level} that the service accepts. */
export var KnownLevel;
(function (KnownLevel) {
/** Warning */
KnownLevel["Warning"] = "Warning";
/** Info */
KnownLevel["Info"] = "Info";
/** Error */
KnownLevel["Error"] = "Error";
})(KnownLevel || (KnownLevel = {}));
/** Known values of {@link ExtendedLocationType} that the service accepts. */
export var KnownExtendedLocationType;
(function (KnownExtendedLocationType) {
/** EdgeZone */
KnownExtendedLocationType["EdgeZone"] = "EdgeZone";
})(KnownExtendedLocationType || (KnownExtendedLocationType = {}));
/** Known values of {@link ExportTemplateOutputFormat} that the service accepts. */
export var KnownExportTemplateOutputFormat;
(function (KnownExportTemplateOutputFormat) {
/** Json */
KnownExportTemplateOutputFormat["Json"] = "Json";
/** Bicep */
KnownExportTemplateOutputFormat["Bicep"] = "Bicep";
})(KnownExportTemplateOutputFormat || (KnownExportTemplateOutputFormat = {}));
/** Known values of {@link TagsPatchOperation} that the service accepts. */
export 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 || (KnownTagsPatchOperation = {}));
//# sourceMappingURL=index.js.map