1 line
172 KiB
JavaScript
1 line
172 KiB
JavaScript
|
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var tslib=require("tslib"),coreClient=require("@azure/core-client"),coreRestPipeline=require("@azure/core-rest-pipeline"),coreLro=require("@azure/core-lro");function _interopNamespace(a){if(a&&a.__esModule)return a;var r=Object.create(null);return a&&Object.keys(a).forEach(function(e){var t;"default"!==e&&(t=Object.getOwnPropertyDescriptor(a,e),Object.defineProperty(r,e,t.get?t:{enumerable:!0,get:function(){return a[e]}}))}),r.default=a,Object.freeze(r)}var coreClient__namespace=_interopNamespace(coreClient),coreRestPipeline__namespace=_interopNamespace(coreRestPipeline);exports.KnownSkuName=void 0,function(e){e.StandardLRS="Standard_LRS",e.StandardGRS="Standard_GRS",e.StandardRagrs="Standard_RAGRS",e.StandardZRS="Standard_ZRS",e.PremiumLRS="Premium_LRS",e.PremiumZRS="Premium_ZRS",e.StandardGzrs="Standard_GZRS",e.StandardRagzrs="Standard_RAGZRS"}(exports.KnownSkuName||(exports.KnownSkuName={})),exports.KnownKind=void 0,function(e){e.Storage="Storage",e.StorageV2="StorageV2",e.BlobStorage="BlobStorage",e.FileStorage="FileStorage",e.BlockBlobStorage="BlockBlobStorage"}(exports.KnownKind||(exports.KnownKind={})),exports.KnownReasonCode=void 0,function(e){e.QuotaId="QuotaId",e.NotAvailableForSubscription="NotAvailableForSubscription"}(exports.KnownReasonCode||(exports.KnownReasonCode={})),exports.KnownExtendedLocationTypes=void 0,(exports.KnownExtendedLocationTypes||(exports.KnownExtendedLocationTypes={})).EdgeZone="EdgeZone",exports.KnownIdentityType=void 0,function(e){e.None="None",e.SystemAssigned="SystemAssigned",e.UserAssigned="UserAssigned",e.SystemAssignedUserAssigned="SystemAssigned,UserAssigned"}(exports.KnownIdentityType||(exports.KnownIdentityType={})),exports.KnownAllowedCopyScope=void 0,function(e){e.PrivateLink="PrivateLink",e.AAD="AAD"}(exports.KnownAllowedCopyScope||(exports.KnownAllowedCopyScope={})),exports.KnownPublicNetworkAccess=void 0,function(e){e.Enabled="Enabled",e.Disabled="Disabled"}(exports.KnownPublicNetworkAccess||(exports.KnownPublicNetworkAccess={})),exports.KnownExpirationAction=void 0,(exports.KnownExpirationAction||(exports.KnownExpirationAction={})).Log="Log",exports.KnownKeyType=void 0,function(e){e.Service="Service",e.Account="Account"}(exports.KnownKeyType||(exports.KnownKeyType={})),exports.KnownKeySource=void 0,function(e){e.MicrosoftStorage="Microsoft.Storage",e.MicrosoftKeyvault="Microsoft.Keyvault"}(exports.KnownKeySource||(exports.KnownKeySource={})),exports.KnownBypass=void 0,function(e){e.None="None",e.Logging="Logging",e.Metrics="Metrics",e.AzureServices="AzureServices"}(exports.KnownBypass||(exports.KnownBypass={})),exports.KnownState=void 0,function(e){e.Provisioning="Provisioning",e.Deprovisioning="Deprovisioning",e.Succeeded="Succeeded",e.Failed="Failed",e.NetworkSourceDeleted="NetworkSourceDeleted"}(exports.KnownState||(exports.KnownState={})),exports.KnownDirectoryServiceOptions=void 0,function(e){e.None="None",e.Aadds="AADDS",e.AD="AD"}(exports.KnownDirectoryServiceOptions||(exports.KnownDirectoryServiceOptions={})),exports.KnownActiveDirectoryPropertiesAccountType=void 0,function(e){e.User="User",e.Computer="Computer"}(exports.KnownActiveDirectoryPropertiesAccountType||(exports.KnownActiveDirectoryPropertiesAccountType={})),exports.KnownDefaultSharePermission=void 0,function(e){e.None="None",e.StorageFileDataSmbShareReader="StorageFileDataSmbShareReader",e.StorageFileDataSmbShareContributor="StorageFileDataSmbShareContributor",e.StorageFileDataSmbShareElevatedContributor="StorageFileDataSmbShareElevatedContributor"}(exports.KnownDefaultSharePermission||(exports.KnownDefaultSharePermission={})),exports.KnownLargeFileSharesState=void 0,function(e){e.Disabled="Disabled",e.Enabled="Enabled"}(exports.KnownLargeFileSharesState||(exports.KnownLargeFileSharesState={})),exports.KnownRoutingChoice=void 0,function(e){e.MicrosoftRouting="MicrosoftRouting",e.InternetRouting="InternetRouting"}(exports.KnownRoutingChoice||(exports.KnownRoutingChoice={})),exports.KnownMinimumTlsVersion=void 0,function(e){e.TLS10="TLS1
|