@azure/arm-netapp 14.1.0 → 14.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/arm-netapp.js +1861 -335
- package/dist/arm-netapp.js.map +1 -1
- package/dist/arm-netapp.min.js +1 -1
- package/dist/arm-netapp.min.js.map +1 -1
- package/esm/azureNetAppFilesManagementClient.d.ts +2 -0
- package/esm/azureNetAppFilesManagementClient.d.ts.map +1 -1
- package/esm/azureNetAppFilesManagementClient.js +2 -0
- package/esm/azureNetAppFilesManagementClient.js.map +1 -1
- package/esm/azureNetAppFilesManagementClientContext.js +2 -2
- package/esm/models/accountBackupsMappers.d.ts +1 -1
- package/esm/models/accountBackupsMappers.d.ts.map +1 -1
- package/esm/models/accountBackupsMappers.js +1 -1
- package/esm/models/accountBackupsMappers.js.map +1 -1
- package/esm/models/accountsMappers.d.ts +1 -1
- package/esm/models/accountsMappers.d.ts.map +1 -1
- package/esm/models/accountsMappers.js +1 -1
- package/esm/models/accountsMappers.js.map +1 -1
- package/esm/models/backupPoliciesMappers.d.ts +1 -1
- package/esm/models/backupPoliciesMappers.d.ts.map +1 -1
- package/esm/models/backupPoliciesMappers.js +1 -1
- package/esm/models/backupPoliciesMappers.js.map +1 -1
- package/esm/models/backupsMappers.d.ts +1 -1
- package/esm/models/backupsMappers.d.ts.map +1 -1
- package/esm/models/backupsMappers.js +1 -1
- package/esm/models/backupsMappers.js.map +1 -1
- package/esm/models/index.d.ts +913 -127
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/mappers.d.ts +14 -1
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +1123 -156
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/netAppResourceQuotaLimitsMappers.d.ts +2 -0
- package/esm/models/netAppResourceQuotaLimitsMappers.d.ts.map +1 -0
- package/esm/models/netAppResourceQuotaLimitsMappers.js +9 -0
- package/esm/models/netAppResourceQuotaLimitsMappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +1 -1
- package/esm/models/operationsMappers.d.ts.map +1 -1
- package/esm/models/operationsMappers.js +1 -1
- package/esm/models/operationsMappers.js.map +1 -1
- package/esm/models/parameters.d.ts +2 -0
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +25 -0
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/poolsMappers.d.ts +1 -1
- package/esm/models/poolsMappers.d.ts.map +1 -1
- package/esm/models/poolsMappers.js +1 -1
- package/esm/models/poolsMappers.js.map +1 -1
- package/esm/models/snapshotPoliciesMappers.d.ts +1 -1
- package/esm/models/snapshotPoliciesMappers.d.ts.map +1 -1
- package/esm/models/snapshotPoliciesMappers.js +1 -1
- package/esm/models/snapshotPoliciesMappers.js.map +1 -1
- package/esm/models/snapshotsMappers.d.ts +1 -1
- package/esm/models/snapshotsMappers.d.ts.map +1 -1
- package/esm/models/snapshotsMappers.js +1 -1
- package/esm/models/snapshotsMappers.js.map +1 -1
- package/esm/models/vaultsMappers.d.ts +1 -1
- package/esm/models/vaultsMappers.d.ts.map +1 -1
- package/esm/models/vaultsMappers.js +1 -1
- package/esm/models/vaultsMappers.js.map +1 -1
- package/esm/models/volumeGroupsMappers.d.ts +2 -0
- package/esm/models/volumeGroupsMappers.d.ts.map +1 -0
- package/esm/models/volumeGroupsMappers.js +9 -0
- package/esm/models/volumeGroupsMappers.js.map +1 -0
- package/esm/models/volumesMappers.d.ts +1 -1
- package/esm/models/volumesMappers.d.ts.map +1 -1
- package/esm/models/volumesMappers.js +1 -1
- package/esm/models/volumesMappers.js.map +1 -1
- package/esm/operations/accounts.d.ts +35 -0
- package/esm/operations/accounts.d.ts.map +1 -1
- package/esm/operations/accounts.js +56 -0
- package/esm/operations/accounts.js.map +1 -1
- package/esm/operations/index.d.ts +2 -0
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +2 -0
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/netAppResourceQuotaLimits.d.ts +54 -0
- package/esm/operations/netAppResourceQuotaLimits.d.ts.map +1 -0
- package/esm/operations/netAppResourceQuotaLimits.js +86 -0
- package/esm/operations/netAppResourceQuotaLimits.js.map +1 -0
- package/esm/operations/snapshotPolicies.d.ts +13 -13
- package/esm/operations/snapshotPolicies.js +4 -4
- package/esm/operations/snapshots.d.ts +9 -9
- package/esm/operations/snapshots.js +6 -6
- package/esm/operations/volumeGroups.d.ts +107 -0
- package/esm/operations/volumeGroups.d.ts.map +1 -0
- package/esm/operations/volumeGroups.js +212 -0
- package/esm/operations/volumeGroups.js.map +1 -0
- package/package.json +2 -2
- package/src/azureNetAppFilesManagementClient.ts +4 -0
- package/src/azureNetAppFilesManagementClientContext.ts +2 -2
- package/src/models/accountBackupsMappers.ts +7 -0
- package/src/models/accountsMappers.ts +7 -0
- package/src/models/backupPoliciesMappers.ts +7 -0
- package/src/models/backupsMappers.ts +7 -0
- package/src/models/index.ts +938 -125
- package/src/models/mappers.ts +1164 -171
- package/src/models/netAppResourceQuotaLimitsMappers.ts +51 -0
- package/src/models/operationsMappers.ts +1 -0
- package/src/models/parameters.ts +25 -0
- package/src/models/poolsMappers.ts +7 -0
- package/src/models/snapshotPoliciesMappers.ts +7 -0
- package/src/models/snapshotsMappers.ts +7 -0
- package/src/models/vaultsMappers.ts +7 -0
- package/src/models/volumeGroupsMappers.ts +54 -0
- package/src/models/volumesMappers.ts +7 -0
- package/src/operations/accounts.ts +101 -0
- package/src/operations/index.ts +2 -0
- package/src/operations/netAppResourceQuotaLimits.ts +140 -0
- package/src/operations/snapshotPolicies.ts +13 -13
- package/src/operations/snapshots.ts +9 -9
- package/src/operations/volumeGroups.ts +287 -0
package/dist/arm-netapp.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,a){"object"==typeof exports&&"undefined"!=typeof module?a(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],a):a(((e=e||self).Azure=e.Azure||{},e.Azure.ArmNetapp={}),e.msRestAzure,e.msRest)}(this,function(e,i,a){"use strict";var r=function(e,a){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,a){e.__proto__=a}||function(e,a){for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])})(e,a)};function t(e,a){function t(){this.constructor=e}r(e,a),e.prototype=null===a?Object.create(a):(t.prototype=a.prototype,new t)}var o=function(){return(o=Object.assign||function(e){for(var a,t=1,r=arguments.length;t<r;t++)for(var o in a=arguments[t])Object.prototype.hasOwnProperty.call(a,o)&&(e[o]=a[o]);return e}).apply(this,arguments)},s=Object.freeze({__proto__:null}),p=i.CloudErrorMapper,n=i.BaseResourceMapper,l={serializedName:"Operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},m={serializedName:"Dimension",type:{name:"Composite",className:"Dimension",modelProperties:{name:{serializedName:"name",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}}}}},u={serializedName:"MetricSpecification",type:{name:"Composite",className:"MetricSpecification",modelProperties:{name:{serializedName:"name",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}},displayDescription:{serializedName:"displayDescription",type:{name:"String"}},unit:{serializedName:"unit",type:{name:"String"}},dimensions:{serializedName:"dimensions",type:{name:"Sequence",element:{type:{name:"Composite",className:"Dimension"}}}},aggregationType:{serializedName:"aggregationType",type:{name:"String"}},fillGapWithZero:{serializedName:"fillGapWithZero",type:{name:"Boolean"}},category:{serializedName:"category",type:{name:"String"}},resourceIdDimensionNameOverride:{serializedName:"resourceIdDimensionNameOverride",type:{name:"String"}}}}},c={serializedName:"ServiceSpecification",type:{name:"Composite",className:"ServiceSpecification",modelProperties:{metricSpecifications:{serializedName:"metricSpecifications",type:{name:"Sequence",element:{type:{name:"Composite",className:"MetricSpecification"}}}}}}},d={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{serializedName:"origin",type:{name:"String"}},serviceSpecification:{serializedName:"properties.serviceSpecification",type:{name:"Composite",className:"ServiceSpecification"}}}}},y={serializedName:"CheckAvailabilityResponse",type:{name:"Composite",className:"CheckAvailabilityResponse",modelProperties:{isAvailable:{serializedName:"isAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}}}}},N={serializedName:"ResourceNameAvailabilityRequest",type:{name:"Composite",className:"ResourceNameAvailabilityRequest",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}},resourceGroup:{required:!0,serializedName:"resourceGroup",type:{name:"String"}}}}},h={serializedName:"FilePathAvailabilityRequest",type:{name:"Composite",className:"FilePathAvailabilityRequest",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},subnetId:{required:!0,serializedName:"subnetId",type:{name:"String"}}}}},P={serializedName:"QuotaAvailabilityRequest",type:{name:"Composite",className:"QuotaAvailabilityRequest",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}},resourceGroup:{required:!0,serializedName:"resourceGroup",type:{name:"String"}}}}},z={serializedName:"activeDirectory",type:{name:"Composite",className:"ActiveDirectory",modelProperties:{activeDirectoryId:{nullable:!0,serializedName:"activeDirectoryId",type:{name:"String"}},username:{serializedName:"username",type:{name:"String"}},password:{serializedName:"password",type:{name:"String"}},domain:{serializedName:"domain",type:{name:"String"}},dns:{serializedName:"dns",constraints:{Pattern:/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)((, ?)(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))*$/},type:{name:"String"}},status:{readOnly:!0,serializedName:"status",type:{name:"String"}},statusDetails:{readOnly:!0,serializedName:"statusDetails",type:{name:"String"}},smbServerName:{serializedName:"smbServerName",type:{name:"String"}},organizationalUnit:{serializedName:"organizationalUnit",defaultValue:"CN=Computers",type:{name:"String"}},site:{serializedName:"site",type:{name:"String"}},backupOperators:{serializedName:"backupOperators",type:{name:"Sequence",element:{type:{name:"String"}}}},administrators:{serializedName:"administrators",type:{name:"Sequence",element:{type:{name:"String"}}}},kdcIP:{serializedName:"kdcIP",constraints:{Pattern:/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)((, ?)(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))*$/},type:{name:"String"}},adName:{serializedName:"adName",constraints:{MaxLength:64,MinLength:1},type:{name:"String"}},serverRootCACertificate:{serializedName:"serverRootCACertificate",constraints:{MaxLength:10240,MinLength:1},type:{name:"String"}},aesEncryption:{serializedName:"aesEncryption",type:{name:"Boolean"}},ldapSigning:{serializedName:"ldapSigning",type:{name:"Boolean"}},securityOperators:{serializedName:"securityOperators",type:{name:"Sequence",element:{type:{name:"String"}}}},ldapOverTLS:{serializedName:"ldapOverTLS",type:{name:"Boolean"}},allowLocalNfsUsersWithLdap:{serializedName:"allowLocalNfsUsersWithLdap",type:{name:"Boolean"}}}}},b={serializedName:"accountEncryption",type:{name:"Composite",className:"AccountEncryption",modelProperties:{keySource:{serializedName:"keySource",type:{name:"String"}}}}},S={serializedName:"systemData",type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},g={serializedName:"netAppAccount",type:{name:"Composite",className:"NetAppAccount",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},activeDirectories:{serializedName:"properties.activeDirectories",type:{name:"Sequence",element:{type:{name:"Composite",className:"ActiveDirectory"}}}},encryption:{serializedName:"properties.encryption",type:{name:"Composite",className:"AccountEncryption"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}}}},f={serializedName:"netAppAccountPatch",type:{name:"Composite",className:"NetAppAccountPatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},activeDirectories:{serializedName:"properties.activeDirectories",type:{name:"Sequence",element:{type:{name:"Composite",className:"ActiveDirectory"}}}},encryption:{serializedName:"properties.encryption",type:{name:"Composite",className:"AccountEncryption"}}}}},A={serializedName:"capacityPool",type:{name:"Composite",className:"CapacityPool",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},poolId:{readOnly:!0,serializedName:"properties.poolId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},size:{required:!0,serializedName:"properties.size",constraints:{InclusiveMaximum:549755813888e3,InclusiveMinimum:4398046511104},type:{name:"Number"}},serviceLevel:{required:!0,serializedName:"properties.serviceLevel",defaultValue:"Premium",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},totalThroughputMibps:{readOnly:!0,serializedName:"properties.totalThroughputMibps",type:{name:"Number"}},utilizedThroughputMibps:{readOnly:!0,serializedName:"properties.utilizedThroughputMibps",type:{name:"Number"}},qosType:{serializedName:"properties.qosType",defaultValue:"Auto",type:{name:"String"}},coolAccess:{serializedName:"properties.coolAccess",defaultValue:!1,type:{name:"Boolean"}}}}},M={serializedName:"capacityPoolPatch",type:{name:"Composite",className:"CapacityPoolPatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},size:{serializedName:"properties.size",defaultValue:4398046511104,constraints:{InclusiveMaximum:549755813888e3,InclusiveMinimum:4398046511104},type:{name:"Number"}},qosType:{serializedName:"properties.qosType",defaultValue:"Auto",type:{name:"String"}}}}},v={serializedName:"exportPolicyRule",type:{name:"Composite",className:"ExportPolicyRule",modelProperties:{ruleIndex:{serializedName:"ruleIndex",type:{name:"Number"}},unixReadOnly:{serializedName:"unixReadOnly",type:{name:"Boolean"}},unixReadWrite:{serializedName:"unixReadWrite",type:{name:"Boolean"}},kerberos5ReadOnly:{serializedName:"kerberos5ReadOnly",defaultValue:!1,type:{name:"Boolean"}},kerberos5ReadWrite:{serializedName:"kerberos5ReadWrite",defaultValue:!1,type:{name:"Boolean"}},kerberos5iReadOnly:{serializedName:"kerberos5iReadOnly",defaultValue:!1,type:{name:"Boolean"}},kerberos5iReadWrite:{serializedName:"kerberos5iReadWrite",defaultValue:!1,type:{name:"Boolean"}},kerberos5pReadOnly:{serializedName:"kerberos5pReadOnly",defaultValue:!1,type:{name:"Boolean"}},kerberos5pReadWrite:{serializedName:"kerberos5pReadWrite",defaultValue:!1,type:{name:"Boolean"}},cifs:{serializedName:"cifs",type:{name:"Boolean"}},nfsv3:{serializedName:"nfsv3",type:{name:"Boolean"}},nfsv41:{serializedName:"nfsv41",type:{name:"Boolean"}},allowedClients:{serializedName:"allowedClients",type:{name:"String"}},hasRootAccess:{serializedName:"hasRootAccess",defaultValue:!0,type:{name:"Boolean"}},chownMode:{serializedName:"chownMode",defaultValue:"Restricted",type:{name:"String"}}}}},k={serializedName:"volumeProperties_exportPolicy",type:{name:"Composite",className:"VolumePropertiesExportPolicy",modelProperties:{rules:{serializedName:"rules",type:{name:"Sequence",element:{type:{name:"Composite",className:"ExportPolicyRule"}}}}}}},R={serializedName:"mountTargetProperties",type:{name:"Composite",className:"MountTargetProperties",modelProperties:{mountTargetId:{readOnly:!0,serializedName:"mountTargetId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},fileSystemId:{required:!0,serializedName:"fileSystemId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},ipAddress:{readOnly:!0,serializedName:"ipAddress",type:{name:"String"}},smbServerFqdn:{serializedName:"smbServerFqdn",type:{name:"String"}}}}},O={serializedName:"volumeBackupProperties",type:{name:"Composite",className:"VolumeBackupProperties",modelProperties:{backupPolicyId:{serializedName:"backupPolicyId",type:{name:"String"}},policyEnforced:{serializedName:"policyEnforced",type:{name:"Boolean"}},vaultId:{serializedName:"vaultId",type:{name:"String"}},backupEnabled:{serializedName:"backupEnabled",type:{name:"Boolean"}}}}},q={serializedName:"replicationObject",type:{name:"Composite",className:"ReplicationObject",modelProperties:{replicationId:{serializedName:"replicationId",type:{name:"String"}},endpointType:{serializedName:"endpointType",type:{name:"String"}},replicationSchedule:{required:!0,serializedName:"replicationSchedule",type:{name:"String"}},remoteVolumeResourceId:{required:!0,serializedName:"remoteVolumeResourceId",type:{name:"String"}},remoteVolumeRegion:{serializedName:"remoteVolumeRegion",type:{name:"String"}}}}},B={serializedName:"volumeSnapshotProperties",type:{name:"Composite",className:"VolumeSnapshotProperties",modelProperties:{snapshotPolicyId:{serializedName:"snapshotPolicyId",type:{name:"String"}}}}},C={serializedName:"volumeProperties_dataProtection",type:{name:"Composite",className:"VolumePropertiesDataProtection",modelProperties:{backup:{serializedName:"backup",type:{name:"Composite",className:"VolumeBackupProperties"}},replication:{serializedName:"replication",type:{name:"Composite",className:"ReplicationObject"}},snapshot:{serializedName:"snapshot",type:{name:"Composite",className:"VolumeSnapshotProperties"}}}}},G={serializedName:"volume",type:{name:"Composite",className:"Volume",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},fileSystemId:{readOnly:!0,serializedName:"properties.fileSystemId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},creationToken:{required:!0,serializedName:"properties.creationToken",constraints:{MaxLength:80,MinLength:1,Pattern:/^[a-zA-Z][a-zA-Z0-9\-]{0,79}$/},type:{name:"String"}},serviceLevel:{serializedName:"properties.serviceLevel",defaultValue:"Premium",type:{name:"String"}},usageThreshold:{required:!0,serializedName:"properties.usageThreshold",defaultValue:107374182400,constraints:{InclusiveMaximum:0x640000000000,InclusiveMinimum:107374182400},type:{name:"Number"}},exportPolicy:{serializedName:"properties.exportPolicy",type:{name:"Composite",className:"VolumePropertiesExportPolicy"}},protocolTypes:{serializedName:"properties.protocolTypes",type:{name:"Sequence",element:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},snapshotId:{nullable:!0,serializedName:"properties.snapshotId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$/},type:{name:"String"}},backupId:{serializedName:"properties.backupId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$/},type:{name:"String"}},baremetalTenantId:{readOnly:!0,serializedName:"properties.baremetalTenantId",type:{name:"String"}},subnetId:{required:!0,serializedName:"properties.subnetId",type:{name:"String"}},mountTargets:{readOnly:!0,serializedName:"properties.mountTargets",type:{name:"Sequence",element:{type:{name:"Composite",className:"MountTargetProperties"}}}},volumeType:{serializedName:"properties.volumeType",type:{name:"String"}},dataProtection:{serializedName:"properties.dataProtection",type:{name:"Composite",className:"VolumePropertiesDataProtection"}},isRestoring:{serializedName:"properties.isRestoring",type:{name:"Boolean"}},snapshotDirectoryVisible:{serializedName:"properties.snapshotDirectoryVisible",defaultValue:!0,type:{name:"Boolean"}},kerberosEnabled:{serializedName:"properties.kerberosEnabled",defaultValue:!1,type:{name:"Boolean"}},securityStyle:{serializedName:"properties.securityStyle",defaultValue:"unix",type:{name:"String"}},smbEncryption:{serializedName:"properties.smbEncryption",defaultValue:!1,type:{name:"Boolean"}},smbContinuouslyAvailable:{serializedName:"properties.smbContinuouslyAvailable",defaultValue:!1,type:{name:"Boolean"}},throughputMibps:{serializedName:"properties.throughputMibps",defaultValue:0,constraints:{InclusiveMaximum:4500,InclusiveMinimum:0},type:{name:"Number"}},encryptionKeySource:{serializedName:"properties.encryptionKeySource",type:{name:"String"}},ldapEnabled:{serializedName:"properties.ldapEnabled",defaultValue:!1,type:{name:"Boolean"}},coolAccess:{serializedName:"properties.coolAccess",defaultValue:!1,type:{name:"Boolean"}},coolnessPeriod:{serializedName:"properties.coolnessPeriod",constraints:{InclusiveMaximum:63,InclusiveMinimum:7},type:{name:"Number"}},unixPermissions:{nullable:!0,serializedName:"properties.unixPermissions",constraints:{MaxLength:4,MinLength:4},type:{name:"String"}}}}},V={serializedName:"replicationStatus",type:{name:"Composite",className:"ReplicationStatus",modelProperties:{healthy:{serializedName:"healthy",type:{name:"Boolean"}},relationshipStatus:{serializedName:"relationshipStatus",type:{name:"String"}},mirrorState:{serializedName:"mirrorState",type:{name:"String"}},totalProgress:{serializedName:"totalProgress",type:{name:"String"}},errorMessage:{serializedName:"errorMessage",type:{name:"String"}}}}},T={serializedName:"volumePatchProperties_exportPolicy",type:{name:"Composite",className:"VolumePatchPropertiesExportPolicy",modelProperties:{rules:{serializedName:"rules",type:{name:"Sequence",element:{type:{name:"Composite",className:"ExportPolicyRule"}}}}}}},D={serializedName:"volumePatchProperties_dataProtection",type:{name:"Composite",className:"VolumePatchPropertiesDataProtection",modelProperties:{backup:{serializedName:"backup",type:{name:"Composite",className:"VolumeBackupProperties"}},snapshot:{serializedName:"snapshot",type:{name:"Composite",className:"VolumeSnapshotProperties"}}}}},L={serializedName:"volumePatch",type:{name:"Composite",className:"VolumePatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},serviceLevel:{serializedName:"properties.serviceLevel",defaultValue:"Premium",type:{name:"String"}},usageThreshold:{serializedName:"properties.usageThreshold",defaultValue:107374182400,constraints:{InclusiveMaximum:0x640000000000,InclusiveMinimum:107374182400},type:{name:"Number"}},exportPolicy:{serializedName:"properties.exportPolicy",type:{name:"Composite",className:"VolumePatchPropertiesExportPolicy"}},throughputMibps:{serializedName:"properties.throughputMibps",constraints:{InclusiveMaximum:4500,InclusiveMinimum:1},type:{name:"Number"}},dataProtection:{serializedName:"properties.dataProtection",type:{name:"Composite",className:"VolumePatchPropertiesDataProtection"}}}}},I={serializedName:"snapshot",type:{name:"Composite",className:"Snapshot",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},snapshotId:{readOnly:!0,serializedName:"properties.snapshotId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},created:{readOnly:!0,serializedName:"properties.created",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}}}},E={serializedName:"hourlySchedule",type:{name:"Composite",className:"HourlySchedule",modelProperties:{snapshotsToKeep:{serializedName:"snapshotsToKeep",type:{name:"Number"}},minute:{serializedName:"minute",type:{name:"Number"}},usedBytes:{serializedName:"usedBytes",type:{name:"Number"}}}}},x={serializedName:"dailySchedule",type:{name:"Composite",className:"DailySchedule",modelProperties:{snapshotsToKeep:{serializedName:"snapshotsToKeep",type:{name:"Number"}},hour:{serializedName:"hour",type:{name:"Number"}},minute:{serializedName:"minute",type:{name:"Number"}},usedBytes:{serializedName:"usedBytes",type:{name:"Number"}}}}},F={serializedName:"weeklySchedule",type:{name:"Composite",className:"WeeklySchedule",modelProperties:{snapshotsToKeep:{serializedName:"snapshotsToKeep",type:{name:"Number"}},day:{serializedName:"day",type:{name:"String"}},hour:{serializedName:"hour",type:{name:"Number"}},minute:{serializedName:"minute",type:{name:"Number"}},usedBytes:{serializedName:"usedBytes",type:{name:"Number"}}}}},U={serializedName:"monthlySchedule",type:{name:"Composite",className:"MonthlySchedule",modelProperties:{snapshotsToKeep:{serializedName:"snapshotsToKeep",type:{name:"Number"}},daysOfMonth:{serializedName:"daysOfMonth",type:{name:"String"}},hour:{serializedName:"hour",type:{name:"Number"}},minute:{serializedName:"minute",type:{name:"Number"}},usedBytes:{serializedName:"usedBytes",type:{name:"Number"}}}}},_={serializedName:"snapshotPolicy",type:{name:"Composite",className:"SnapshotPolicy",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},hourlySchedule:{serializedName:"properties.hourlySchedule",type:{name:"Composite",className:"HourlySchedule"}},dailySchedule:{serializedName:"properties.dailySchedule",type:{name:"Composite",className:"DailySchedule"}},weeklySchedule:{serializedName:"properties.weeklySchedule",type:{name:"Composite",className:"WeeklySchedule"}},monthlySchedule:{serializedName:"properties.monthlySchedule",type:{name:"Composite",className:"MonthlySchedule"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}}}},w={serializedName:"snapshotPolicyPatch",type:{name:"Composite",className:"SnapshotPolicyPatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},hourlySchedule:{serializedName:"properties.hourlySchedule",type:{name:"Composite",className:"HourlySchedule"}},dailySchedule:{serializedName:"properties.dailySchedule",type:{name:"Composite",className:"DailySchedule"}},weeklySchedule:{serializedName:"properties.weeklySchedule",type:{name:"Composite",className:"WeeklySchedule"}},monthlySchedule:{serializedName:"properties.monthlySchedule",type:{name:"Composite",className:"MonthlySchedule"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}}}},j={serializedName:"snapshotPolicyVolumeList",type:{name:"Composite",className:"SnapshotPolicyVolumeList",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Object"}}}}}}},K={serializedName:"volumeRevert",type:{name:"Composite",className:"VolumeRevert",modelProperties:{snapshotId:{serializedName:"snapshotId",type:{name:"String"}}}}},W={serializedName:"authorizeRequest",type:{name:"Composite",className:"AuthorizeRequest",modelProperties:{remoteVolumeResourceId:{serializedName:"remoteVolumeResourceId",type:{name:"String"}}}}},H={serializedName:"breakReplicationRequest",type:{name:"Composite",className:"BreakReplicationRequest",modelProperties:{forceBreakReplication:{serializedName:"forceBreakReplication",type:{name:"Boolean"}}}}},$={serializedName:"poolChangeRequest",type:{name:"Composite",className:"PoolChangeRequest",modelProperties:{newPoolResourceId:{required:!0,serializedName:"newPoolResourceId",type:{name:"String"}}}}},Z={serializedName:"backup",type:{name:"Composite",className:"Backup",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},backupId:{readOnly:!0,serializedName:"properties.backupId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},size:{readOnly:!0,serializedName:"properties.size",type:{name:"Number"}},label:{serializedName:"properties.label",type:{name:"String"}},backupType:{readOnly:!0,serializedName:"properties.backupType",type:{name:"String"}},failureReason:{readOnly:!0,serializedName:"properties.failureReason",type:{name:"String"}},volumeName:{readOnly:!0,serializedName:"properties.volumeName",type:{name:"String"}},useExistingSnapshot:{serializedName:"properties.useExistingSnapshot",defaultValue:!1,type:{name:"Boolean"}}}}},Q={serializedName:"backupPatch",type:{name:"Composite",className:"BackupPatch",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},backupId:{readOnly:!0,serializedName:"properties.backupId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},size:{readOnly:!0,serializedName:"properties.size",type:{name:"Number"}},label:{serializedName:"properties.label",type:{name:"String"}},backupType:{readOnly:!0,serializedName:"properties.backupType",type:{name:"String"}},failureReason:{readOnly:!0,serializedName:"properties.failureReason",type:{name:"String"}},volumeName:{readOnly:!0,serializedName:"properties.volumeName",type:{name:"String"}},useExistingSnapshot:{serializedName:"properties.useExistingSnapshot",defaultValue:!1,type:{name:"Boolean"}}}}},J={serializedName:"volumeBackups",type:{name:"Composite",className:"VolumeBackups",modelProperties:{volumeName:{serializedName:"volumeName",type:{name:"String"}},backupsCount:{serializedName:"backupsCount",type:{name:"Number"}},policyEnabled:{serializedName:"policyEnabled",type:{name:"Boolean"}}}}},X={serializedName:"backupPolicy",type:{name:"Composite",className:"BackupPolicy",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},name1:{readOnly:!0,serializedName:"properties.name",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},dailyBackupsToKeep:{serializedName:"properties.dailyBackupsToKeep",type:{name:"Number"}},weeklyBackupsToKeep:{serializedName:"properties.weeklyBackupsToKeep",type:{name:"Number"}},monthlyBackupsToKeep:{serializedName:"properties.monthlyBackupsToKeep",type:{name:"Number"}},yearlyBackupsToKeep:{serializedName:"properties.yearlyBackupsToKeep",type:{name:"Number"}},volumesAssigned:{serializedName:"properties.volumesAssigned",type:{name:"Number"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},volumeBackups:{serializedName:"properties.volumeBackups",type:{name:"Sequence",element:{type:{name:"Composite",className:"VolumeBackups"}}}}}}},Y={serializedName:"backupPolicyDetails",type:{name:"Composite",className:"BackupPolicyDetails",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},name1:{readOnly:!0,serializedName:"properties.name",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},dailyBackupsToKeep:{serializedName:"properties.dailyBackupsToKeep",type:{name:"Number"}},weeklyBackupsToKeep:{serializedName:"properties.weeklyBackupsToKeep",type:{name:"Number"}},monthlyBackupsToKeep:{serializedName:"properties.monthlyBackupsToKeep",type:{name:"Number"}},yearlyBackupsToKeep:{serializedName:"properties.yearlyBackupsToKeep",type:{name:"Number"}},volumesAssigned:{serializedName:"properties.volumesAssigned",type:{name:"Number"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},volumeBackups:{serializedName:"properties.volumeBackups",type:{name:"Sequence",element:{type:{name:"Composite",className:"VolumeBackups"}}}}}}},ee={serializedName:"backupPolicyPatch",type:{name:"Composite",className:"BackupPolicyPatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},name1:{readOnly:!0,serializedName:"properties.name",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},dailyBackupsToKeep:{serializedName:"properties.dailyBackupsToKeep",type:{name:"Number"}},weeklyBackupsToKeep:{serializedName:"properties.weeklyBackupsToKeep",type:{name:"Number"}},monthlyBackupsToKeep:{serializedName:"properties.monthlyBackupsToKeep",type:{name:"Number"}},yearlyBackupsToKeep:{serializedName:"properties.yearlyBackupsToKeep",type:{name:"Number"}},volumesAssigned:{serializedName:"properties.volumesAssigned",type:{name:"Number"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},volumeBackups:{serializedName:"properties.volumeBackups",type:{name:"Sequence",element:{type:{name:"Composite",className:"VolumeBackups"}}}}}}},ae={serializedName:"vault",type:{name:"Composite",className:"Vault",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},vaultName:{serializedName:"properties.vaultName",type:{name:"String"}}}}},te={serializedName:"backupStatus",type:{name:"Composite",className:"BackupStatus",modelProperties:{healthy:{readOnly:!0,serializedName:"healthy",type:{name:"Boolean"}},relationshipStatus:{readOnly:!0,serializedName:"relationshipStatus",type:{name:"String"}},mirrorState:{readOnly:!0,serializedName:"mirrorState",type:{name:"String"}},unhealthyReason:{readOnly:!0,serializedName:"unhealthyReason",type:{name:"String"}},errorMessage:{readOnly:!0,serializedName:"errorMessage",type:{name:"String"}},lastTransferSize:{readOnly:!0,serializedName:"lastTransferSize",type:{name:"Number"}},lastTransferType:{readOnly:!0,serializedName:"lastTransferType",type:{name:"String"}},totalTransferBytes:{readOnly:!0,serializedName:"totalTransferBytes",type:{name:"Number"}}}}},re={serializedName:"restoreStatus",type:{name:"Composite",className:"RestoreStatus",modelProperties:{healthy:{readOnly:!0,serializedName:"healthy",type:{name:"Boolean"}},relationshipStatus:{readOnly:!0,serializedName:"relationshipStatus",type:{name:"String"}},mirrorState:{readOnly:!0,serializedName:"mirrorState",type:{name:"String"}},unhealthyReason:{readOnly:!0,serializedName:"unhealthyReason",type:{name:"String"}},errorMessage:{readOnly:!0,serializedName:"errorMessage",type:{name:"String"}},totalTransferBytes:{readOnly:!0,serializedName:"totalTransferBytes",type:{name:"Number"}}}}},oe={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},ie={serializedName:"netAppAccountList",type:{name:"Composite",className:"NetAppAccountList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"NetAppAccount"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},se={serializedName:"capacityPoolList",type:{name:"Composite",className:"CapacityPoolList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CapacityPool"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},pe={serializedName:"volumeList",type:{name:"Composite",className:"VolumeList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Volume"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ne={serializedName:"snapshotsList",type:{name:"Composite",className:"SnapshotsList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Snapshot"}}}}}}},le={serializedName:"snapshotPoliciesList",type:{name:"Composite",className:"SnapshotPoliciesList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"SnapshotPolicy"}}}}}}},me={serializedName:"backupsList",type:{name:"Composite",className:"BackupsList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Backup"}}}}}}},ue={serializedName:"backupPoliciesList",type:{name:"Composite",className:"BackupPoliciesList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BackupPolicy"}}}}}}},ce={serializedName:"vaultList",type:{name:"Composite",className:"VaultList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Vault"}}}}}}},de=Object.freeze({__proto__:null,CloudError:p,BaseResource:n,OperationDisplay:l,Dimension:m,MetricSpecification:u,ServiceSpecification:c,Operation:d,CheckAvailabilityResponse:y,ResourceNameAvailabilityRequest:N,FilePathAvailabilityRequest:h,QuotaAvailabilityRequest:P,ActiveDirectory:z,AccountEncryption:b,SystemData:S,NetAppAccount:g,NetAppAccountPatch:f,CapacityPool:A,CapacityPoolPatch:M,ExportPolicyRule:v,VolumePropertiesExportPolicy:k,MountTargetProperties:R,VolumeBackupProperties:O,ReplicationObject:q,VolumeSnapshotProperties:B,VolumePropertiesDataProtection:C,Volume:G,ResourceIdentity:{serializedName:"resourceIdentity",type:{name:"Composite",className:"ResourceIdentity",modelProperties:{principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}}}}},ReplicationStatus:V,VolumePatchPropertiesExportPolicy:T,VolumePatchPropertiesDataProtection:D,VolumePatch:L,MountTarget:{serializedName:"mountTarget",type:{name:"Composite",className:"MountTarget",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},mountTargetId:{readOnly:!0,serializedName:"properties.mountTargetId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},fileSystemId:{required:!0,serializedName:"properties.fileSystemId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},ipAddress:{readOnly:!0,serializedName:"properties.ipAddress",type:{name:"String"}},smbServerFqdn:{serializedName:"properties.smbServerFqdn",type:{name:"String"}}}}},Snapshot:I,HourlySchedule:E,DailySchedule:x,WeeklySchedule:F,MonthlySchedule:U,SnapshotPolicy:_,SnapshotPolicyDetails:{serializedName:"snapshotPolicyDetails",type:{name:"Composite",className:"SnapshotPolicyDetails",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},hourlySchedule:{serializedName:"properties.hourlySchedule",type:{name:"Composite",className:"HourlySchedule"}},dailySchedule:{serializedName:"properties.dailySchedule",type:{name:"Composite",className:"DailySchedule"}},weeklySchedule:{serializedName:"properties.weeklySchedule",type:{name:"Composite",className:"WeeklySchedule"}},monthlySchedule:{serializedName:"properties.monthlySchedule",type:{name:"Composite",className:"MonthlySchedule"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}}}},SnapshotPolicyPatch:w,SnapshotPolicyVolumeList:j,VolumeRevert:K,AuthorizeRequest:W,BreakReplicationRequest:H,PoolChangeRequest:$,Backup:Z,BackupPatch:Q,VolumeBackups:J,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,Vault:ae,BackupStatus:te,RestoreStatus:re,OperationListResult:oe,NetAppAccountList:ie,CapacityPoolList:se,VolumeList:pe,SnapshotsList:ne,SnapshotPoliciesList:le,BackupsList:me,BackupPoliciesList:ue,VaultList:ce}),ye=Object.freeze({__proto__:null,CloudError:p,Dimension:m,MetricSpecification:u,Operation:d,OperationDisplay:l,OperationListResult:oe,ServiceSpecification:c}),Ne={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},he={parameterPath:"accountName",mapper:{required:!0,serializedName:"accountName",type:{name:"String"}}},Pe={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",constraints:{MinLength:1},type:{name:"String"}}},ze={parameterPath:"backupName",mapper:{required:!0,serializedName:"backupName",type:{name:"String"}}},be={parameterPath:"backupPolicyName",mapper:{required:!0,serializedName:"backupPolicyName",type:{name:"String"}}},Se={parameterPath:"location",mapper:{required:!0,serializedName:"location",type:{name:"String"}}},ge={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},fe={parameterPath:"poolName",mapper:{required:!0,serializedName:"poolName",constraints:{MaxLength:64,MinLength:1,Pattern:/^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$/},type:{name:"String"}}},m={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1,Pattern:/^[-\w\._\(\)]+$/},type:{name:"String"}}},u={parameterPath:"snapshotName",mapper:{required:!0,serializedName:"snapshotName",type:{name:"String"}}},d={parameterPath:"snapshotPolicyName",mapper:{required:!0,serializedName:"snapshotPolicyName",type:{name:"String"}}},l={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},c={parameterPath:"volumeName",mapper:{required:!0,serializedName:"volumeName",constraints:{MaxLength:64,MinLength:1,Pattern:/^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$/},type:{name:"String"}}},Ae=(Me.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},ve,a)},Me);function Me(e){this.client=e}var ve={httpMethod:"GET",path:"providers/Microsoft.NetApp/operations",queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:oe},default:{bodyMapper:p}},serializer:new a.Serializer(ye)},ye=Object.freeze({__proto__:null,CheckAvailabilityResponse:y,CloudError:p,FilePathAvailabilityRequest:h,QuotaAvailabilityRequest:P,ResourceNameAvailabilityRequest:N}),ke=(Re.prototype.checkNameAvailability=function(e,a,t,r,o,i){return this.client.sendOperationRequest({location:e,name:a,type:t,resourceGroup:r,options:o},Oe,i)},Re.prototype.checkFilePathAvailability=function(e,a,t,r,o){return this.client.sendOperationRequest({location:e,name:a,subnetId:t,options:r},qe,o)},Re.prototype.checkQuotaAvailability=function(e,a,t,r,o,i){return this.client.sendOperationRequest({location:e,name:a,type:t,resourceGroup:r,options:o},Be,i)},Re);function Re(e){this.client=e}var ye=new a.Serializer(ye),Oe={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability",urlParameters:[l,Se],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:{name:"name",type:"type",resourceGroup:"resourceGroup"},mapper:o(o({},N),{required:!0})},responses:{200:{bodyMapper:y},default:{bodyMapper:p}},serializer:ye},qe={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability",urlParameters:[l,Se],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:{name:"name",subnetId:"subnetId"},mapper:o(o({},h),{required:!0})},responses:{200:{bodyMapper:y},default:{bodyMapper:p}},serializer:ye},Be={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability",urlParameters:[l,Se],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:{name:"name",type:"type",resourceGroup:"resourceGroup"},mapper:o(o({},P),{required:!0})},responses:{200:{bodyMapper:y},default:{bodyMapper:p}},serializer:ye},ye=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,Backup:Z,BackupPatch:Q,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BaseResource:n,CapacityPool:A,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountList:ie,NetAppAccountPatch:f,ReplicationObject:q,Snapshot:I,SnapshotPolicy:_,SystemData:S,Vault:ae,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeSnapshotProperties:B,WeeklySchedule:F}),Ce=(Ge.prototype.list=function(e,a,t){return this.client.sendOperationRequest({resourceGroupName:e,options:a},Ve,t)},Ge.prototype.get=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},Te,r)},Ge.prototype.createOrUpdate=function(e,a,t,r){return this.beginCreateOrUpdate(e,a,t,r).then(function(e){return e.pollUntilFinished()})},Ge.prototype.deleteMethod=function(e,a,t){return this.beginDeleteMethod(e,a,t).then(function(e){return e.pollUntilFinished()})},Ge.prototype.update=function(e,a,t,r){return this.beginUpdate(e,a,t,r).then(function(e){return e.pollUntilFinished()})},Ge.prototype.beginCreateOrUpdate=function(e,a,t,r){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,options:r},De,r)},Ge.prototype.beginDeleteMethod=function(e,a,t){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,options:t},Le,t)},Ge.prototype.beginUpdate=function(e,a,t,r){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,options:r},Ie,r)},Ge.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},Ee,t)},Ge);function Ge(e){this.client=e}var ye=new a.Serializer(ye),Ve={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts",urlParameters:[l,m],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:ie},default:{bodyMapper:p}},serializer:ye},Te={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:g},default:{bodyMapper:p}},serializer:ye},De={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},g),{required:!0})},responses:{200:{bodyMapper:g},201:{bodyMapper:g},default:{bodyMapper:p}},serializer:ye},Le={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],responses:{202:{},204:{},default:{bodyMapper:p}},serializer:ye},Ie={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},f),{required:!0})},responses:{200:{bodyMapper:g},202:{bodyMapper:g},default:{bodyMapper:p}},serializer:ye},Ee={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[ge],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:ie},default:{bodyMapper:p}},serializer:ye},ye=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,Backup:Z,BackupPatch:Q,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BaseResource:n,CapacityPool:A,CapacityPoolList:se,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountPatch:f,ReplicationObject:q,Snapshot:I,SnapshotPolicy:_,SystemData:S,Vault:ae,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeSnapshotProperties:B,WeeklySchedule:F}),xe=(Fe.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},Ue,r)},Fe.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,options:r},_e,o)},Fe.prototype.createOrUpdate=function(e,a,t,r,o){return this.beginCreateOrUpdate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},Fe.prototype.update=function(e,a,t,r,o){return this.beginUpdate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},Fe.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},Fe.prototype.beginCreateOrUpdate=function(e,a,t,r,o){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,options:o},we,o)},Fe.prototype.beginUpdate=function(e,a,t,r,o){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,options:o},je,o)},Fe.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,options:r},Ke,r)},Fe.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},We,t)},Fe);function Fe(e){this.client=e}var ye=new a.Serializer(ye),Ue={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:se},default:{bodyMapper:p}},serializer:ye},_e={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}",urlParameters:[l,m,he,fe],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:A},default:{bodyMapper:p}},serializer:ye},we={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}",urlParameters:[l,m,he,fe],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},A),{required:!0})},responses:{200:{bodyMapper:A},201:{bodyMapper:A},default:{bodyMapper:p}},serializer:ye},je={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}",urlParameters:[l,m,he,fe],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},M),{required:!0})},responses:{200:{bodyMapper:A},202:{},default:{bodyMapper:p}},serializer:ye},Ke={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}",urlParameters:[l,m,he,fe],queryParameters:[Pe],headerParameters:[Ne],responses:{202:{},204:{},default:{bodyMapper:p}},serializer:ye},We={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[ge],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:se},default:{bodyMapper:p}},serializer:ye},ye=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,AuthorizeRequest:W,Backup:Z,BackupPatch:Q,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BaseResource:n,BreakReplicationRequest:H,CapacityPool:A,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountPatch:f,PoolChangeRequest:$,ReplicationObject:q,ReplicationStatus:V,Snapshot:I,SnapshotPolicy:_,SystemData:S,Vault:ae,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumeList:pe,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeRevert:K,VolumeSnapshotProperties:B,WeeklySchedule:F}),He=($e.prototype.list=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,options:r},Ze,o)},$e.prototype.get=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Qe,i)},$e.prototype.createOrUpdate=function(e,a,t,r,o,i){return this.beginCreateOrUpdate(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},$e.prototype.update=function(e,a,t,r,o,i){return this.beginUpdate(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},$e.prototype.deleteMethod=function(e,a,t,r,o){return this.beginDeleteMethod(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},$e.prototype.revert=function(e,a,t,r,o){return this.beginRevert(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},$e.prototype.breakReplication=function(e,a,t,r,o){return this.beginBreakReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},$e.prototype.replicationStatusMethod=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Je,i)},$e.prototype.resyncReplication=function(e,a,t,r,o){return this.beginResyncReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},$e.prototype.deleteReplication=function(e,a,t,r,o){return this.beginDeleteReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},$e.prototype.authorizeReplication=function(e,a,t,r,o){return this.beginAuthorizeReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},$e.prototype.reInitializeReplication=function(e,a,t,r,o){return this.beginReInitializeReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},$e.prototype.poolChange=function(e,a,t,r,o,i){return this.beginPoolChange(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},$e.prototype.beginCreateOrUpdate=function(e,a,t,r,o,i){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,volumeName:o,options:i},Xe,i)},$e.prototype.beginUpdate=function(e,a,t,r,o,i){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,volumeName:o,options:i},Ye,i)},$e.prototype.beginDeleteMethod=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ea,o)},$e.prototype.beginRevert=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},aa,o)},$e.prototype.beginBreakReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ta,o)},$e.prototype.beginResyncReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ra,o)},$e.prototype.beginDeleteReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},oa,o)},$e.prototype.beginAuthorizeReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ia,o)},$e.prototype.beginReInitializeReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},sa,o)},$e.prototype.beginPoolChange=function(e,a,t,r,o,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,newPoolResourceId:o,options:i},pa,i)},$e.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},na,t)},$e);function $e(e){this.client=e}var ye=new a.Serializer(ye),Ze={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes",urlParameters:[l,m,he,fe],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:pe},default:{bodyMapper:p}},serializer:ye},Qe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:G},default:{bodyMapper:p}},serializer:ye},Je={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:V},default:{bodyMapper:p}},serializer:ye},Xe={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},G),{required:!0})},responses:{200:{bodyMapper:G},201:{bodyMapper:G},202:{},default:{bodyMapper:p}},serializer:ye},Ye={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},L),{required:!0})},responses:{200:{bodyMapper:G},202:{},default:{bodyMapper:p}},serializer:ye},ea={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{202:{},204:{},default:{bodyMapper:p}},serializer:ye},aa={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:{snapshotId:["options","snapshotId"]},mapper:o(o({},K),{required:!0})},responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ye},ta={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:{forceBreakReplication:["options","forceBreakReplication"]},mapper:H},responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ye},ra={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ye},oa={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ye},ia={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:{remoteVolumeResourceId:["options","remoteVolumeResourceId"]},mapper:o(o({},W),{required:!0})},responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ye},sa={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ye},pa={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:{newPoolResourceId:"newPoolResourceId"},mapper:o(o({},$),{required:!0})},responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ye},na={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[ge],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:pe},default:{bodyMapper:p}},serializer:ye},ye=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,Backup:Z,BackupPatch:Q,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BaseResource:n,CapacityPool:A,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountPatch:f,ReplicationObject:q,Snapshot:I,SnapshotPolicy:_,SnapshotsList:ne,SystemData:S,Vault:ae,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeSnapshotProperties:B,WeeklySchedule:F}),la=(ma.prototype.list=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ua,i)},ma.prototype.get=function(e,a,t,r,o,i,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,snapshotName:o,options:i},ca,s)},ma.prototype.create=function(e,a,t,r,o,i,s){return this.beginCreate(e,a,t,r,o,i,s).then(function(e){return e.pollUntilFinished()})},ma.prototype.update=function(e,a,t,r,o,i,s){return this.beginUpdate(e,a,t,r,o,i,s).then(function(e){return e.pollUntilFinished()})},ma.prototype.deleteMethod=function(e,a,t,r,o,i){return this.beginDeleteMethod(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},ma.prototype.beginCreate=function(e,a,t,r,o,i,s){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,snapshotName:o,location:i,options:s},da,s)},ma.prototype.beginUpdate=function(e,a,t,r,o,i,s){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,volumeName:o,snapshotName:i,options:s},ya,s)},ma.prototype.beginDeleteMethod=function(e,a,t,r,o,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,snapshotName:o,options:i},Na,i)},ma);function ma(e){this.client=e}var ye=new a.Serializer(ye),ua={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:ne},default:{bodyMapper:p}},serializer:ye},ca={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}",urlParameters:[l,m,he,fe,c,u],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:I},default:{bodyMapper:p}},serializer:ye},da={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}",urlParameters:[l,m,he,fe,c,u],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:{location:"location"},mapper:o(o({},I),{required:!0})},responses:{201:{bodyMapper:I},202:{},default:{bodyMapper:p}},serializer:ye},ya={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}",urlParameters:[l,m,he,fe,c,u],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:{required:!0,serializedName:"body",type:{name:"Object"}}},responses:{200:{bodyMapper:I},202:{},default:{bodyMapper:p}},serializer:ye},Na={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}",urlParameters:[l,m,he,fe,c,u],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ye},ye=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,Backup:Z,BackupPatch:Q,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BaseResource:n,CapacityPool:A,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountPatch:f,ReplicationObject:q,Snapshot:I,SnapshotPoliciesList:le,SnapshotPolicy:_,SnapshotPolicyPatch:w,SnapshotPolicyVolumeList:j,SystemData:S,Vault:ae,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeSnapshotProperties:B,WeeklySchedule:F}),ha=(Pa.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},za,r)},Pa.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,snapshotPolicyName:t,options:r},ba,o)},Pa.prototype.create=function(e,a,t,r,o,i){return this.client.sendOperationRequest({body:e,resourceGroupName:a,accountName:t,snapshotPolicyName:r,options:o},Sa,i)},Pa.prototype.update=function(e,a,t,r,o){return this.beginUpdate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},Pa.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},Pa.prototype.listVolumes=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,snapshotPolicyName:t,options:r},ga,o)},Pa.prototype.beginUpdate=function(e,a,t,r,o){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,snapshotPolicyName:r,options:o},fa,o)},Pa.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,snapshotPolicyName:t,options:r},Aa,r)},Pa);function Pa(e){this.client=e}var ye=new a.Serializer(ye),za={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:le},default:{bodyMapper:p}},serializer:ye},ba={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}",urlParameters:[l,m,he,d],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:_},default:{bodyMapper:p}},serializer:ye},Sa={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}",urlParameters:[l,m,he,d],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},_),{required:!0})},responses:{200:{bodyMapper:_},201:{bodyMapper:_},default:{bodyMapper:p}},serializer:ye},ga={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes",urlParameters:[l,m,he,d],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:j},default:{bodyMapper:p}},serializer:ye},fa={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}",urlParameters:[l,m,he,d],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},w),{required:!0})},responses:{200:{bodyMapper:_},202:{bodyMapper:_},default:{bodyMapper:p}},serializer:ye},Aa={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}",urlParameters:[l,m,he,d],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ye},ye=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,Backup:Z,BackupPatch:Q,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BackupsList:me,BackupStatus:te,BaseResource:n,CapacityPool:A,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountPatch:f,ReplicationObject:q,RestoreStatus:re,Snapshot:I,SnapshotPolicy:_,SystemData:S,Vault:ae,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeSnapshotProperties:B,WeeklySchedule:F}),Ma=(va.prototype.getStatus=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ka,i)},va.prototype.getVolumeRestoreStatus=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Ra,i)},va.prototype.list=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Oa,i)},va.prototype.get=function(e,a,t,r,o,i,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,backupName:o,options:i},qa,s)},va.prototype.create=function(e,a,t,r,o,i,s){return this.beginCreate(e,a,t,r,o,i,s).then(function(e){return e.pollUntilFinished()})},va.prototype.update=function(e,a,t,r,o,i){return this.beginUpdate(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},va.prototype.deleteMethod=function(e,a,t,r,o,i){return this.beginDeleteMethod(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},va.prototype.beginCreate=function(e,a,t,r,o,i,s){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,backupName:o,body:i,options:s},Ba,s)},va.prototype.beginUpdate=function(e,a,t,r,o,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,backupName:o,options:i},Ca,i)},va.prototype.beginDeleteMethod=function(e,a,t,r,o,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,backupName:o,options:i},Ga,i)},va);function va(e){this.client=e}var ye=new a.Serializer(ye),ka={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backupStatus",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:te},default:{bodyMapper:p}},serializer:ye},Ra={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/restoreStatus",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:re},default:{bodyMapper:p}},serializer:ye},Oa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups",urlParameters:[l,m,he,fe,c],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:me},default:{bodyMapper:p}},serializer:ye},qa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}",urlParameters:[l,m,he,fe,c,ze],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:Z},default:{bodyMapper:p}},serializer:ye},Ba={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}",urlParameters:[l,m,he,fe,c,ze],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},Z),{required:!0})},responses:{200:{bodyMapper:Z},201:{bodyMapper:Z},202:{},default:{bodyMapper:p}},serializer:ye},Ca={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}",urlParameters:[l,m,he,fe,c,ze],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:["options","body"],mapper:Q},responses:{200:{bodyMapper:Z},202:{bodyMapper:Z},default:{bodyMapper:p}},serializer:ye},Ga={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}",urlParameters:[l,m,he,fe,c,ze],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ye},ye=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,Backup:Z,BackupPatch:Q,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BackupsList:me,BaseResource:n,CapacityPool:A,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountPatch:f,ReplicationObject:q,Snapshot:I,SnapshotPolicy:_,SystemData:S,Vault:ae,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeSnapshotProperties:B,WeeklySchedule:F}),Va=(Ta.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},Da,r)},Ta.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,backupName:t,options:r},La,o)},Ta.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},Ta.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,backupName:t,options:r},Ia,r)},Ta);function Ta(e){this.client=e}var ye=new a.Serializer(ye),Da={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:me},default:{bodyMapper:p}},serializer:ye},La={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}",urlParameters:[l,m,he,ze],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:Z},default:{bodyMapper:p}},serializer:ye},Ia={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}",urlParameters:[l,m,he,ze],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ye},ye=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,Backup:Z,BackupPatch:Q,BackupPoliciesList:ue,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BaseResource:n,CapacityPool:A,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountPatch:f,ReplicationObject:q,Snapshot:I,SnapshotPolicy:_,SystemData:S,Vault:ae,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeSnapshotProperties:B,WeeklySchedule:F}),Ea=(xa.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},Fa,r)},xa.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,backupPolicyName:t,options:r},Ua,o)},xa.prototype.create=function(e,a,t,r,o){return this.beginCreate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},xa.prototype.update=function(e,a,t,r,o){return this.beginUpdate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},xa.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},xa.prototype.beginCreate=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,backupPolicyName:t,body:r,options:o},_a,o)},xa.prototype.beginUpdate=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,backupPolicyName:t,body:r,options:o},wa,o)},xa.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,backupPolicyName:t,options:r},ja,r)},xa);function xa(e){this.client=e}var ye=new a.Serializer(ye),Fa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:ue},default:{bodyMapper:p}},serializer:ye},Ua={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}",urlParameters:[l,m,he,be],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:X},default:{bodyMapper:p}},serializer:ye},_a={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}",urlParameters:[l,m,he,be],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},X),{required:!0})},responses:{200:{bodyMapper:X},201:{bodyMapper:X},202:{},default:{bodyMapper:p}},serializer:ye},wa={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}",urlParameters:[l,m,he,be],queryParameters:[Pe],headerParameters:[Ne],requestBody:{parameterPath:"body",mapper:o(o({},ee),{required:!0})},responses:{200:{bodyMapper:X},202:{bodyMapper:X},default:{bodyMapper:p}},serializer:ye},ja={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}",urlParameters:[l,m,he,be],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ye},F=Object.freeze({__proto__:null,AccountEncryption:b,ActiveDirectory:z,Backup:Z,BackupPatch:Q,BackupPolicy:X,BackupPolicyDetails:Y,BackupPolicyPatch:ee,BaseResource:n,CapacityPool:A,CapacityPoolPatch:M,CloudError:p,DailySchedule:x,ExportPolicyRule:v,HourlySchedule:E,MonthlySchedule:U,MountTargetProperties:R,NetAppAccount:g,NetAppAccountPatch:f,ReplicationObject:q,Snapshot:I,SnapshotPolicy:_,SystemData:S,Vault:ae,VaultList:ce,Volume:G,VolumeBackupProperties:O,VolumeBackups:J,VolumePatch:L,VolumePatchPropertiesDataProtection:D,VolumePatchPropertiesExportPolicy:T,VolumePropertiesDataProtection:C,VolumePropertiesExportPolicy:k,VolumeSnapshotProperties:B,WeeklySchedule:F}),Ka=(Wa.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},$a,r)},Wa);function Wa(e){this.client=e}var Ha,$a={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/vaults",urlParameters:[l,m,he],queryParameters:[Pe],headerParameters:[Ne],responses:{200:{bodyMapper:ce},default:{bodyMapper:p}},serializer:new a.Serializer(F)},a=(t(Za,Ha=i.AzureServiceClient),Za);function Za(e,a,t){var r,o=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==a)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(r=i.getDefaultUserAgentValue(),t.userAgent="@azure/arm-netapp/14.1.0 "+r),(o=Ha.call(this,e,t)||this).apiVersion="2021-04-01",o.acceptLanguage="en-US",o.longRunningOperationRetryTimeout=30,o.baseUri=t.baseUri||o.baseUri||"https://management.azure.com",o.requestContentType="application/json; charset=utf-8",o.credentials=e,o.subscriptionId=a,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(o.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(o.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),o}var Qa,F=(t(Ja,Qa=a),Ja);function Ja(e,a,t){t=Qa.call(this,e,a,t)||this;return t.operations=new Ae(t),t.netAppResource=new ke(t),t.accounts=new Ce(t),t.pools=new xe(t),t.volumes=new He(t),t.snapshots=new la(t),t.snapshotPolicies=new ha(t),t.backups=new Ma(t),t.accountBackups=new Va(t),t.backupPolicies=new Ea(t),t.vaults=new Ka(t),t}e.AccountBackups=Va,e.Accounts=Ce,e.AzureNetAppFilesManagementClient=F,e.AzureNetAppFilesManagementClientContext=a,e.AzureNetAppFilesManagementMappers=de,e.AzureNetAppFilesManagementModels=s,e.BackupPolicies=Ea,e.Backups=Ma,e.NetAppResource=ke,e.Operations=Ae,e.Pools=xe,e.SnapshotPolicies=ha,e.Snapshots=la,e.Vaults=Ka,e.Volumes=He,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
1
|
+
!function(e,a){"object"==typeof exports&&"undefined"!=typeof module?a(exports,require("@azure/ms-rest-azure-js"),require("@azure/ms-rest-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-azure-js","@azure/ms-rest-js"],a):a(((e=e||self).Azure=e.Azure||{},e.Azure.ArmNetapp={}),e.msRestAzure,e.msRest)}(this,function(e,i,a){"use strict";var r=function(e,a){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,a){e.__proto__=a}||function(e,a){for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])})(e,a)};function t(e,a){function t(){this.constructor=e}r(e,a),e.prototype=null===a?Object.create(a):(t.prototype=a.prototype,new t)}var o=function(){return(o=Object.assign||function(e){for(var a,t=1,r=arguments.length;t<r;t++)for(var o in a=arguments[t])Object.prototype.hasOwnProperty.call(a,o)&&(e[o]=a[o]);return e}).apply(this,arguments)},s=Object.freeze({__proto__:null}),p=i.CloudErrorMapper,n=i.BaseResourceMapper,l={serializedName:"Operation_display",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{serializedName:"provider",type:{name:"String"}},resource:{serializedName:"resource",type:{name:"String"}},operation:{serializedName:"operation",type:{name:"String"}},description:{serializedName:"description",type:{name:"String"}}}}},m={serializedName:"Dimension",type:{name:"Composite",className:"Dimension",modelProperties:{name:{serializedName:"name",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}}}}},u={serializedName:"MetricSpecification",type:{name:"Composite",className:"MetricSpecification",modelProperties:{name:{serializedName:"name",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}},displayDescription:{serializedName:"displayDescription",type:{name:"String"}},unit:{serializedName:"unit",type:{name:"String"}},supportedAggregationTypes:{serializedName:"supportedAggregationTypes",type:{name:"Sequence",element:{type:{name:"String"}}}},supportedTimeGrainTypes:{serializedName:"supportedTimeGrainTypes",type:{name:"Sequence",element:{type:{name:"String"}}}},internalMetricName:{serializedName:"internalMetricName",type:{name:"String"}},enableRegionalMdmAccount:{serializedName:"enableRegionalMdmAccount",type:{name:"Boolean"}},sourceMdmAccount:{serializedName:"sourceMdmAccount",type:{name:"String"}},sourceMdmNamespace:{serializedName:"sourceMdmNamespace",type:{name:"String"}},dimensions:{serializedName:"dimensions",type:{name:"Sequence",element:{type:{name:"Composite",className:"Dimension"}}}},aggregationType:{serializedName:"aggregationType",type:{name:"String"}},fillGapWithZero:{serializedName:"fillGapWithZero",type:{name:"Boolean"}},category:{serializedName:"category",type:{name:"String"}},resourceIdDimensionNameOverride:{serializedName:"resourceIdDimensionNameOverride",type:{name:"String"}},isInternal:{serializedName:"isInternal",type:{name:"Boolean"}}}}},c={serializedName:"LogSpecification",type:{name:"Composite",className:"LogSpecification",modelProperties:{name:{serializedName:"name",type:{name:"String"}},displayName:{serializedName:"displayName",type:{name:"String"}}}}},d={serializedName:"ServiceSpecification",type:{name:"Composite",className:"ServiceSpecification",modelProperties:{metricSpecifications:{serializedName:"metricSpecifications",type:{name:"Sequence",element:{type:{name:"Composite",className:"MetricSpecification"}}}},logSpecifications:{serializedName:"logSpecifications",type:{name:"Sequence",element:{type:{name:"Composite",className:"LogSpecification"}}}}}}},y={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{serializedName:"name",type:{name:"String"}},display:{serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{serializedName:"origin",type:{name:"String"}},serviceSpecification:{serializedName:"properties.serviceSpecification",type:{name:"Composite",className:"ServiceSpecification"}}}}},N={serializedName:"CheckAvailabilityResponse",type:{name:"Composite",className:"CheckAvailabilityResponse",modelProperties:{isAvailable:{serializedName:"isAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}}}}},h={serializedName:"ResourceNameAvailabilityRequest",type:{name:"Composite",className:"ResourceNameAvailabilityRequest",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}},resourceGroup:{required:!0,serializedName:"resourceGroup",type:{name:"String"}}}}},P={serializedName:"FilePathAvailabilityRequest",type:{name:"Composite",className:"FilePathAvailabilityRequest",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},subnetId:{required:!0,serializedName:"subnetId",type:{name:"String"}}}}},z={serializedName:"QuotaAvailabilityRequest",type:{name:"Composite",className:"QuotaAvailabilityRequest",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{required:!0,serializedName:"type",type:{name:"String"}},resourceGroup:{required:!0,serializedName:"resourceGroup",type:{name:"String"}}}}},S={serializedName:"systemData",type:{name:"Composite",className:"SystemData",modelProperties:{createdBy:{serializedName:"createdBy",type:{name:"String"}},createdByType:{serializedName:"createdByType",type:{name:"String"}},createdAt:{serializedName:"createdAt",type:{name:"DateTime"}},lastModifiedBy:{serializedName:"lastModifiedBy",type:{name:"String"}},lastModifiedByType:{serializedName:"lastModifiedByType",type:{name:"String"}},lastModifiedAt:{serializedName:"lastModifiedAt",type:{name:"DateTime"}}}}},g={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},b={serializedName:"ProxyResource",type:{name:"Composite",className:"ProxyResource",modelProperties:o({},g.type.modelProperties)}},f={serializedName:"SubscriptionQuotaItem",type:{name:"Composite",className:"SubscriptionQuotaItem",modelProperties:o(o({},b.type.modelProperties),{current:{readOnly:!0,serializedName:"properties.current",type:{name:"Number"}},default:{readOnly:!0,serializedName:"properties.default",type:{name:"Number"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}})}},A={serializedName:"activeDirectory",type:{name:"Composite",className:"ActiveDirectory",modelProperties:{activeDirectoryId:{nullable:!0,serializedName:"activeDirectoryId",type:{name:"String"}},username:{serializedName:"username",type:{name:"String"}},password:{serializedName:"password",type:{name:"String"}},domain:{serializedName:"domain",type:{name:"String"}},dns:{serializedName:"dns",constraints:{Pattern:/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)((, ?)(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))*$/},type:{name:"String"}},status:{readOnly:!0,serializedName:"status",type:{name:"String"}},statusDetails:{readOnly:!0,serializedName:"statusDetails",type:{name:"String"}},smbServerName:{serializedName:"smbServerName",type:{name:"String"}},organizationalUnit:{serializedName:"organizationalUnit",defaultValue:"CN=Computers",type:{name:"String"}},site:{serializedName:"site",type:{name:"String"}},backupOperators:{serializedName:"backupOperators",type:{name:"Sequence",element:{type:{name:"String"}}}},administrators:{serializedName:"administrators",type:{name:"Sequence",element:{type:{name:"String"}}}},kdcIP:{serializedName:"kdcIP",constraints:{Pattern:/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)((, ?)(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))*$/},type:{name:"String"}},adName:{serializedName:"adName",constraints:{MaxLength:64,MinLength:1},type:{name:"String"}},serverRootCACertificate:{serializedName:"serverRootCACertificate",constraints:{MaxLength:10240,MinLength:1},type:{name:"String"}},aesEncryption:{serializedName:"aesEncryption",type:{name:"Boolean"}},ldapSigning:{serializedName:"ldapSigning",type:{name:"Boolean"}},securityOperators:{serializedName:"securityOperators",type:{name:"Sequence",element:{type:{name:"String"}}}},ldapOverTLS:{serializedName:"ldapOverTLS",type:{name:"Boolean"}},allowLocalNfsUsersWithLdap:{serializedName:"allowLocalNfsUsersWithLdap",type:{name:"Boolean"}},encryptDCConnections:{serializedName:"encryptDCConnections",type:{name:"Boolean"}}}}},M={serializedName:"accountEncryption",type:{name:"Composite",className:"AccountEncryption",modelProperties:{keySource:{serializedName:"keySource",type:{name:"String"}}}}},v={serializedName:"netAppAccount",type:{name:"Composite",className:"NetAppAccount",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},activeDirectories:{serializedName:"properties.activeDirectories",type:{name:"Sequence",element:{type:{name:"Composite",className:"ActiveDirectory"}}}},encryption:{serializedName:"properties.encryption",type:{name:"Composite",className:"AccountEncryption"}},systemData:{readOnly:!0,serializedName:"systemData",type:{name:"Composite",className:"SystemData"}}}}},R={serializedName:"netAppAccountPatch",type:{name:"Composite",className:"NetAppAccountPatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},activeDirectories:{serializedName:"properties.activeDirectories",type:{name:"Sequence",element:{type:{name:"Composite",className:"ActiveDirectory"}}}},encryption:{serializedName:"properties.encryption",type:{name:"Composite",className:"AccountEncryption"}}}}},k={serializedName:"capacityPool",type:{name:"Composite",className:"CapacityPool",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},poolId:{readOnly:!0,serializedName:"properties.poolId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},size:{required:!0,serializedName:"properties.size",constraints:{InclusiveMaximum:549755813888e3,InclusiveMinimum:4398046511104},type:{name:"Number"}},serviceLevel:{required:!0,serializedName:"properties.serviceLevel",defaultValue:"Premium",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},totalThroughputMibps:{readOnly:!0,serializedName:"properties.totalThroughputMibps",type:{name:"Number"}},utilizedThroughputMibps:{readOnly:!0,serializedName:"properties.utilizedThroughputMibps",type:{name:"Number"}},qosType:{serializedName:"properties.qosType",defaultValue:"Auto",type:{name:"String"}},coolAccess:{serializedName:"properties.coolAccess",defaultValue:!1,type:{name:"Boolean"}},encryptionType:{nullable:!0,serializedName:"properties.encryptionType",defaultValue:"Single",type:{name:"String"}}}}},O={serializedName:"capacityPoolPatch",type:{name:"Composite",className:"CapacityPoolPatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},size:{serializedName:"properties.size",defaultValue:4398046511104,constraints:{InclusiveMaximum:549755813888e3,InclusiveMinimum:4398046511104},type:{name:"Number"}},qosType:{serializedName:"properties.qosType",defaultValue:"Auto",type:{name:"String"}}}}},V={serializedName:"exportPolicyRule",type:{name:"Composite",className:"ExportPolicyRule",modelProperties:{ruleIndex:{serializedName:"ruleIndex",type:{name:"Number"}},unixReadOnly:{serializedName:"unixReadOnly",type:{name:"Boolean"}},unixReadWrite:{serializedName:"unixReadWrite",type:{name:"Boolean"}},kerberos5ReadOnly:{serializedName:"kerberos5ReadOnly",defaultValue:!1,type:{name:"Boolean"}},kerberos5ReadWrite:{serializedName:"kerberos5ReadWrite",defaultValue:!1,type:{name:"Boolean"}},kerberos5iReadOnly:{serializedName:"kerberos5iReadOnly",defaultValue:!1,type:{name:"Boolean"}},kerberos5iReadWrite:{serializedName:"kerberos5iReadWrite",defaultValue:!1,type:{name:"Boolean"}},kerberos5pReadOnly:{serializedName:"kerberos5pReadOnly",defaultValue:!1,type:{name:"Boolean"}},kerberos5pReadWrite:{serializedName:"kerberos5pReadWrite",defaultValue:!1,type:{name:"Boolean"}},cifs:{serializedName:"cifs",type:{name:"Boolean"}},nfsv3:{serializedName:"nfsv3",type:{name:"Boolean"}},nfsv41:{serializedName:"nfsv41",type:{name:"Boolean"}},allowedClients:{serializedName:"allowedClients",type:{name:"String"}},hasRootAccess:{serializedName:"hasRootAccess",defaultValue:!0,type:{name:"Boolean"}},chownMode:{serializedName:"chownMode",defaultValue:"Restricted",type:{name:"String"}}}}},q={serializedName:"volumeProperties_exportPolicy",type:{name:"Composite",className:"VolumePropertiesExportPolicy",modelProperties:{rules:{serializedName:"rules",type:{name:"Sequence",element:{type:{name:"Composite",className:"ExportPolicyRule"}}}}}}},B={serializedName:"mountTargetProperties",type:{name:"Composite",className:"MountTargetProperties",modelProperties:{mountTargetId:{readOnly:!0,serializedName:"mountTargetId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},fileSystemId:{required:!0,serializedName:"fileSystemId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},ipAddress:{readOnly:!0,serializedName:"ipAddress",type:{name:"String"}},smbServerFqdn:{serializedName:"smbServerFqdn",type:{name:"String"}}}}},G={serializedName:"volumeBackupProperties",type:{name:"Composite",className:"VolumeBackupProperties",modelProperties:{backupPolicyId:{serializedName:"backupPolicyId",type:{name:"String"}},policyEnforced:{serializedName:"policyEnforced",type:{name:"Boolean"}},vaultId:{serializedName:"vaultId",type:{name:"String"}},backupEnabled:{serializedName:"backupEnabled",type:{name:"Boolean"}}}}},C={serializedName:"replicationObject",type:{name:"Composite",className:"ReplicationObject",modelProperties:{replicationId:{serializedName:"replicationId",type:{name:"String"}},endpointType:{serializedName:"endpointType",type:{name:"String"}},replicationSchedule:{serializedName:"replicationSchedule",type:{name:"String"}},remoteVolumeResourceId:{required:!0,serializedName:"remoteVolumeResourceId",type:{name:"String"}},remoteVolumeRegion:{serializedName:"remoteVolumeRegion",type:{name:"String"}}}}},I={serializedName:"volumeSnapshotProperties",type:{name:"Composite",className:"VolumeSnapshotProperties",modelProperties:{snapshotPolicyId:{serializedName:"snapshotPolicyId",type:{name:"String"}}}}},T={serializedName:"volumeProperties_dataProtection",type:{name:"Composite",className:"VolumePropertiesDataProtection",modelProperties:{backup:{serializedName:"backup",type:{name:"Composite",className:"VolumeBackupProperties"}},replication:{serializedName:"replication",type:{name:"Composite",className:"ReplicationObject"}},snapshot:{serializedName:"snapshot",type:{name:"Composite",className:"VolumeSnapshotProperties"}}}}},D={serializedName:"placementKeyValuePairs",type:{name:"Composite",className:"PlacementKeyValuePairs",modelProperties:{key:{required:!0,serializedName:"key",type:{name:"String"}},value:{required:!0,serializedName:"value",type:{name:"String"}}}}},L={serializedName:"volume",type:{name:"Composite",className:"Volume",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},fileSystemId:{readOnly:!0,serializedName:"properties.fileSystemId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},creationToken:{required:!0,serializedName:"properties.creationToken",constraints:{MaxLength:80,MinLength:1,Pattern:/^[a-zA-Z][a-zA-Z0-9\-]{0,79}$/},type:{name:"String"}},serviceLevel:{serializedName:"properties.serviceLevel",defaultValue:"Premium",type:{name:"String"}},usageThreshold:{required:!0,serializedName:"properties.usageThreshold",defaultValue:107374182400,constraints:{InclusiveMaximum:0x640000000000,InclusiveMinimum:107374182400},type:{name:"Number"}},exportPolicy:{serializedName:"properties.exportPolicy",type:{name:"Composite",className:"VolumePropertiesExportPolicy"}},protocolTypes:{serializedName:"properties.protocolTypes",type:{name:"Sequence",element:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},snapshotId:{nullable:!0,serializedName:"properties.snapshotId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$/},type:{name:"String"}},backupId:{nullable:!0,serializedName:"properties.backupId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$/},type:{name:"String"}},baremetalTenantId:{readOnly:!0,serializedName:"properties.baremetalTenantId",type:{name:"String"}},subnetId:{required:!0,serializedName:"properties.subnetId",type:{name:"String"}},networkFeatures:{serializedName:"properties.networkFeatures",defaultValue:"Basic",type:{name:"String"}},networkSiblingSetId:{readOnly:!0,serializedName:"properties.networkSiblingSetId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},storageToNetworkProximity:{readOnly:!0,serializedName:"properties.storageToNetworkProximity",type:{name:"String"}},mountTargets:{readOnly:!0,serializedName:"properties.mountTargets",type:{name:"Sequence",element:{type:{name:"Composite",className:"MountTargetProperties"}}}},volumeType:{serializedName:"properties.volumeType",type:{name:"String"}},dataProtection:{serializedName:"properties.dataProtection",type:{name:"Composite",className:"VolumePropertiesDataProtection"}},isRestoring:{serializedName:"properties.isRestoring",type:{name:"Boolean"}},snapshotDirectoryVisible:{serializedName:"properties.snapshotDirectoryVisible",defaultValue:!0,type:{name:"Boolean"}},kerberosEnabled:{serializedName:"properties.kerberosEnabled",defaultValue:!1,type:{name:"Boolean"}},securityStyle:{serializedName:"properties.securityStyle",defaultValue:"unix",type:{name:"String"}},smbEncryption:{serializedName:"properties.smbEncryption",defaultValue:!1,type:{name:"Boolean"}},smbContinuouslyAvailable:{serializedName:"properties.smbContinuouslyAvailable",defaultValue:!1,type:{name:"Boolean"}},throughputMibps:{serializedName:"properties.throughputMibps",defaultValue:0,type:{name:"Number"}},encryptionKeySource:{serializedName:"properties.encryptionKeySource",type:{name:"String"}},ldapEnabled:{serializedName:"properties.ldapEnabled",defaultValue:!1,type:{name:"Boolean"}},coolAccess:{serializedName:"properties.coolAccess",defaultValue:!1,type:{name:"Boolean"}},coolnessPeriod:{serializedName:"properties.coolnessPeriod",constraints:{InclusiveMaximum:63,InclusiveMinimum:7},type:{name:"Number"}},unixPermissions:{nullable:!0,serializedName:"properties.unixPermissions",defaultValue:"0770",constraints:{MaxLength:4,MinLength:4},type:{name:"String"}},cloneProgress:{nullable:!0,readOnly:!0,serializedName:"properties.cloneProgress",type:{name:"Number"}},avsDataStore:{serializedName:"properties.avsDataStore",defaultValue:"Disabled",type:{name:"String"}},isDefaultQuotaEnabled:{serializedName:"properties.isDefaultQuotaEnabled",defaultValue:!1,type:{name:"Boolean"}},defaultUserQuotaInKiBs:{serializedName:"properties.defaultUserQuotaInKiBs",defaultValue:0,type:{name:"Number"}},defaultGroupQuotaInKiBs:{serializedName:"properties.defaultGroupQuotaInKiBs",defaultValue:0,type:{name:"Number"}},volumeGroupName:{readOnly:!0,serializedName:"properties.volumeGroupName",type:{name:"String"}},capacityPoolResourceId:{serializedName:"properties.capacityPoolResourceId",type:{name:"String"}},proximityPlacementGroup:{serializedName:"properties.proximityPlacementGroup",type:{name:"String"}},t2Network:{readOnly:!0,serializedName:"properties.t2Network",type:{name:"String"}},volumeSpecName:{serializedName:"properties.volumeSpecName",type:{name:"String"}},placementRules:{serializedName:"properties.placementRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"PlacementKeyValuePairs"}}}}}}},E={serializedName:"replicationStatus",type:{name:"Composite",className:"ReplicationStatus",modelProperties:{healthy:{serializedName:"healthy",type:{name:"Boolean"}},relationshipStatus:{serializedName:"relationshipStatus",type:{name:"String"}},mirrorState:{serializedName:"mirrorState",type:{name:"String"}},totalProgress:{serializedName:"totalProgress",type:{name:"String"}},errorMessage:{serializedName:"errorMessage",type:{name:"String"}}}}},x={serializedName:"volumePatchProperties_exportPolicy",type:{name:"Composite",className:"VolumePatchPropertiesExportPolicy",modelProperties:{rules:{serializedName:"rules",type:{name:"Sequence",element:{type:{name:"Composite",className:"ExportPolicyRule"}}}}}}},F={serializedName:"volumePatchProperties_dataProtection",type:{name:"Composite",className:"VolumePatchPropertiesDataProtection",modelProperties:{backup:{serializedName:"backup",type:{name:"Composite",className:"VolumeBackupProperties"}},snapshot:{serializedName:"snapshot",type:{name:"Composite",className:"VolumeSnapshotProperties"}}}}},U={serializedName:"volumePatch",type:{name:"Composite",className:"VolumePatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},serviceLevel:{serializedName:"properties.serviceLevel",defaultValue:"Premium",type:{name:"String"}},usageThreshold:{serializedName:"properties.usageThreshold",defaultValue:107374182400,constraints:{InclusiveMaximum:0x640000000000,InclusiveMinimum:107374182400},type:{name:"Number"}},exportPolicy:{serializedName:"properties.exportPolicy",type:{name:"Composite",className:"VolumePatchPropertiesExportPolicy"}},throughputMibps:{serializedName:"properties.throughputMibps",defaultValue:0,type:{name:"Number"}},dataProtection:{serializedName:"properties.dataProtection",type:{name:"Composite",className:"VolumePatchPropertiesDataProtection"}},isDefaultQuotaEnabled:{serializedName:"properties.isDefaultQuotaEnabled",defaultValue:!1,type:{name:"Boolean"}},defaultUserQuotaInKiBs:{serializedName:"properties.defaultUserQuotaInKiBs",defaultValue:0,type:{name:"Number"}},defaultGroupQuotaInKiBs:{serializedName:"properties.defaultGroupQuotaInKiBs",defaultValue:0,type:{name:"Number"}}}}},_={serializedName:"snapshot",type:{name:"Composite",className:"Snapshot",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},snapshotId:{readOnly:!0,serializedName:"properties.snapshotId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},created:{readOnly:!0,serializedName:"properties.created",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}}}},w={serializedName:"hourlySchedule",type:{name:"Composite",className:"HourlySchedule",modelProperties:{snapshotsToKeep:{serializedName:"snapshotsToKeep",type:{name:"Number"}},minute:{serializedName:"minute",type:{name:"Number"}},usedBytes:{serializedName:"usedBytes",type:{name:"Number"}}}}},K={serializedName:"dailySchedule",type:{name:"Composite",className:"DailySchedule",modelProperties:{snapshotsToKeep:{serializedName:"snapshotsToKeep",type:{name:"Number"}},hour:{serializedName:"hour",type:{name:"Number"}},minute:{serializedName:"minute",type:{name:"Number"}},usedBytes:{serializedName:"usedBytes",type:{name:"Number"}}}}},Q={serializedName:"weeklySchedule",type:{name:"Composite",className:"WeeklySchedule",modelProperties:{snapshotsToKeep:{serializedName:"snapshotsToKeep",type:{name:"Number"}},day:{serializedName:"day",type:{name:"String"}},hour:{serializedName:"hour",type:{name:"Number"}},minute:{serializedName:"minute",type:{name:"Number"}},usedBytes:{serializedName:"usedBytes",type:{name:"Number"}}}}},j={serializedName:"monthlySchedule",type:{name:"Composite",className:"MonthlySchedule",modelProperties:{snapshotsToKeep:{serializedName:"snapshotsToKeep",type:{name:"Number"}},daysOfMonth:{serializedName:"daysOfMonth",type:{name:"String"}},hour:{serializedName:"hour",type:{name:"Number"}},minute:{serializedName:"minute",type:{name:"Number"}},usedBytes:{serializedName:"usedBytes",type:{name:"Number"}}}}},W={serializedName:"snapshotPolicy",type:{name:"Composite",className:"SnapshotPolicy",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},hourlySchedule:{serializedName:"properties.hourlySchedule",type:{name:"Composite",className:"HourlySchedule"}},dailySchedule:{serializedName:"properties.dailySchedule",type:{name:"Composite",className:"DailySchedule"}},weeklySchedule:{serializedName:"properties.weeklySchedule",type:{name:"Composite",className:"WeeklySchedule"}},monthlySchedule:{serializedName:"properties.monthlySchedule",type:{name:"Composite",className:"MonthlySchedule"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}}}},$={serializedName:"snapshotPolicyPatch",type:{name:"Composite",className:"SnapshotPolicyPatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},hourlySchedule:{serializedName:"properties.hourlySchedule",type:{name:"Composite",className:"HourlySchedule"}},dailySchedule:{serializedName:"properties.dailySchedule",type:{name:"Composite",className:"DailySchedule"}},weeklySchedule:{serializedName:"properties.weeklySchedule",type:{name:"Composite",className:"WeeklySchedule"}},monthlySchedule:{serializedName:"properties.monthlySchedule",type:{name:"Composite",className:"MonthlySchedule"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}}}},H={serializedName:"snapshotPolicyVolumeList",type:{name:"Composite",className:"SnapshotPolicyVolumeList",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Volume"}}}}}}},Z={serializedName:"volumeRevert",type:{name:"Composite",className:"VolumeRevert",modelProperties:{snapshotId:{serializedName:"snapshotId",type:{name:"String"}}}}},J={serializedName:"authorizeRequest",type:{name:"Composite",className:"AuthorizeRequest",modelProperties:{remoteVolumeResourceId:{serializedName:"remoteVolumeResourceId",type:{name:"String"}}}}},X={serializedName:"breakReplicationRequest",type:{name:"Composite",className:"BreakReplicationRequest",modelProperties:{forceBreakReplication:{serializedName:"forceBreakReplication",type:{name:"Boolean"}}}}},Y={serializedName:"poolChangeRequest",type:{name:"Composite",className:"PoolChangeRequest",modelProperties:{newPoolResourceId:{required:!0,serializedName:"newPoolResourceId",type:{name:"String"}}}}},ee={serializedName:"backup",type:{name:"Composite",className:"Backup",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},backupId:{readOnly:!0,serializedName:"properties.backupId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},size:{readOnly:!0,serializedName:"properties.size",type:{name:"Number"}},label:{serializedName:"properties.label",type:{name:"String"}},backupType:{readOnly:!0,serializedName:"properties.backupType",type:{name:"String"}},failureReason:{readOnly:!0,serializedName:"properties.failureReason",type:{name:"String"}},volumeName:{readOnly:!0,serializedName:"properties.volumeName",type:{name:"String"}},useExistingSnapshot:{serializedName:"properties.useExistingSnapshot",defaultValue:!1,type:{name:"Boolean"}}}}},ae={serializedName:"backupPatch",type:{name:"Composite",className:"BackupPatch",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},backupId:{readOnly:!0,serializedName:"properties.backupId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},size:{readOnly:!0,serializedName:"properties.size",type:{name:"Number"}},label:{serializedName:"properties.label",type:{name:"String"}},backupType:{readOnly:!0,serializedName:"properties.backupType",type:{name:"String"}},failureReason:{readOnly:!0,serializedName:"properties.failureReason",type:{name:"String"}},volumeName:{readOnly:!0,serializedName:"properties.volumeName",type:{name:"String"}},useExistingSnapshot:{serializedName:"properties.useExistingSnapshot",defaultValue:!1,type:{name:"Boolean"}}}}},te={serializedName:"volumeBackups",type:{name:"Composite",className:"VolumeBackups",modelProperties:{volumeName:{serializedName:"volumeName",type:{name:"String"}},backupsCount:{serializedName:"backupsCount",type:{name:"Number"}},policyEnabled:{serializedName:"policyEnabled",type:{name:"Boolean"}}}}},re={serializedName:"backupPolicy",type:{name:"Composite",className:"BackupPolicy",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},backupPolicyId:{readOnly:!0,serializedName:"properties.backupPolicyId",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},dailyBackupsToKeep:{serializedName:"properties.dailyBackupsToKeep",type:{name:"Number"}},weeklyBackupsToKeep:{serializedName:"properties.weeklyBackupsToKeep",type:{name:"Number"}},monthlyBackupsToKeep:{serializedName:"properties.monthlyBackupsToKeep",type:{name:"Number"}},volumesAssigned:{readOnly:!0,serializedName:"properties.volumesAssigned",type:{name:"Number"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},volumeBackups:{readOnly:!0,serializedName:"properties.volumeBackups",type:{name:"Sequence",element:{type:{name:"Composite",className:"VolumeBackups"}}}}}}},oe={serializedName:"backupPolicyDetails",type:{name:"Composite",className:"BackupPolicyDetails",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},backupPolicyId:{readOnly:!0,serializedName:"properties.backupPolicyId",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},dailyBackupsToKeep:{serializedName:"properties.dailyBackupsToKeep",type:{name:"Number"}},weeklyBackupsToKeep:{serializedName:"properties.weeklyBackupsToKeep",type:{name:"Number"}},monthlyBackupsToKeep:{serializedName:"properties.monthlyBackupsToKeep",type:{name:"Number"}},volumesAssigned:{readOnly:!0,serializedName:"properties.volumesAssigned",type:{name:"Number"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},volumeBackups:{readOnly:!0,serializedName:"properties.volumeBackups",type:{name:"Sequence",element:{type:{name:"Composite",className:"VolumeBackups"}}}}}}},ie={serializedName:"backupPolicyPatch",type:{name:"Composite",className:"BackupPolicyPatch",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},backupPolicyId:{readOnly:!0,serializedName:"properties.backupPolicyId",type:{name:"String"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},dailyBackupsToKeep:{serializedName:"properties.dailyBackupsToKeep",type:{name:"Number"}},weeklyBackupsToKeep:{serializedName:"properties.weeklyBackupsToKeep",type:{name:"Number"}},monthlyBackupsToKeep:{serializedName:"properties.monthlyBackupsToKeep",type:{name:"Number"}},volumesAssigned:{readOnly:!0,serializedName:"properties.volumesAssigned",type:{name:"Number"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},volumeBackups:{readOnly:!0,serializedName:"properties.volumeBackups",type:{name:"Sequence",element:{type:{name:"Composite",className:"VolumeBackups"}}}}}}},se={serializedName:"vault",type:{name:"Composite",className:"Vault",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},vaultName:{serializedName:"properties.vaultName",type:{name:"String"}}}}},pe={serializedName:"backupStatus",type:{name:"Composite",className:"BackupStatus",modelProperties:{healthy:{readOnly:!0,serializedName:"healthy",type:{name:"Boolean"}},relationshipStatus:{readOnly:!0,serializedName:"relationshipStatus",type:{name:"String"}},mirrorState:{readOnly:!0,serializedName:"mirrorState",type:{name:"String"}},unhealthyReason:{readOnly:!0,serializedName:"unhealthyReason",type:{name:"String"}},errorMessage:{readOnly:!0,serializedName:"errorMessage",type:{name:"String"}},lastTransferSize:{readOnly:!0,serializedName:"lastTransferSize",type:{name:"Number"}},lastTransferType:{readOnly:!0,serializedName:"lastTransferType",type:{name:"String"}},totalTransferBytes:{readOnly:!0,serializedName:"totalTransferBytes",type:{name:"Number"}}}}},ne={serializedName:"restoreStatus",type:{name:"Composite",className:"RestoreStatus",modelProperties:{healthy:{readOnly:!0,serializedName:"healthy",type:{name:"Boolean"}},relationshipStatus:{readOnly:!0,serializedName:"relationshipStatus",type:{name:"String"}},mirrorState:{readOnly:!0,serializedName:"mirrorState",type:{name:"String"}},unhealthyReason:{readOnly:!0,serializedName:"unhealthyReason",type:{name:"String"}},errorMessage:{readOnly:!0,serializedName:"errorMessage",type:{name:"String"}},totalTransferBytes:{readOnly:!0,serializedName:"totalTransferBytes",type:{name:"Number"}}}}},le={serializedName:"volumeGroupMetaData",type:{name:"Composite",className:"VolumeGroupMetaData",modelProperties:{groupDescription:{serializedName:"groupDescription",type:{name:"String"}},applicationType:{serializedName:"applicationType",type:{name:"String"}},applicationIdentifier:{serializedName:"applicationIdentifier",type:{name:"String"}},globalPlacementRules:{serializedName:"globalPlacementRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"PlacementKeyValuePairs"}}}},deploymentSpecId:{serializedName:"deploymentSpecId",type:{name:"String"}},volumesCount:{readOnly:!0,serializedName:"volumesCount",type:{name:"Number"}}}}},me={serializedName:"volumeGroup",type:{name:"Composite",className:"VolumeGroup",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},groupMetaData:{serializedName:"properties.groupMetaData",type:{name:"Composite",className:"VolumeGroupMetaData"}}}}},ue={serializedName:"volumeGroupVolumeProperties",type:{name:"Composite",className:"VolumeGroupVolumeProperties",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},fileSystemId:{readOnly:!0,serializedName:"properties.fileSystemId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},creationToken:{required:!0,serializedName:"properties.creationToken",constraints:{MaxLength:80,MinLength:1,Pattern:/^[a-zA-Z][a-zA-Z0-9\-]{0,79}$/},type:{name:"String"}},serviceLevel:{serializedName:"properties.serviceLevel",defaultValue:"Premium",type:{name:"String"}},usageThreshold:{required:!0,serializedName:"properties.usageThreshold",defaultValue:107374182400,constraints:{InclusiveMaximum:0x640000000000,InclusiveMinimum:107374182400},type:{name:"Number"}},exportPolicy:{serializedName:"properties.exportPolicy",type:{name:"Composite",className:"VolumePropertiesExportPolicy"}},protocolTypes:{serializedName:"properties.protocolTypes",type:{name:"Sequence",element:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},snapshotId:{nullable:!0,serializedName:"properties.snapshotId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$/},type:{name:"String"}},backupId:{nullable:!0,serializedName:"properties.backupId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$/},type:{name:"String"}},baremetalTenantId:{readOnly:!0,serializedName:"properties.baremetalTenantId",type:{name:"String"}},subnetId:{required:!0,serializedName:"properties.subnetId",type:{name:"String"}},networkFeatures:{serializedName:"properties.networkFeatures",defaultValue:"Basic",type:{name:"String"}},networkSiblingSetId:{readOnly:!0,serializedName:"properties.networkSiblingSetId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},storageToNetworkProximity:{readOnly:!0,serializedName:"properties.storageToNetworkProximity",type:{name:"String"}},mountTargets:{readOnly:!0,serializedName:"properties.mountTargets",type:{name:"Sequence",element:{type:{name:"Composite",className:"MountTargetProperties"}}}},volumeType:{serializedName:"properties.volumeType",type:{name:"String"}},dataProtection:{serializedName:"properties.dataProtection",type:{name:"Composite",className:"VolumePropertiesDataProtection"}},isRestoring:{serializedName:"properties.isRestoring",type:{name:"Boolean"}},snapshotDirectoryVisible:{serializedName:"properties.snapshotDirectoryVisible",defaultValue:!0,type:{name:"Boolean"}},kerberosEnabled:{serializedName:"properties.kerberosEnabled",defaultValue:!1,type:{name:"Boolean"}},securityStyle:{serializedName:"properties.securityStyle",defaultValue:"unix",type:{name:"String"}},smbEncryption:{serializedName:"properties.smbEncryption",defaultValue:!1,type:{name:"Boolean"}},smbContinuouslyAvailable:{serializedName:"properties.smbContinuouslyAvailable",defaultValue:!1,type:{name:"Boolean"}},throughputMibps:{serializedName:"properties.throughputMibps",defaultValue:0,type:{name:"Number"}},encryptionKeySource:{serializedName:"properties.encryptionKeySource",type:{name:"String"}},ldapEnabled:{serializedName:"properties.ldapEnabled",defaultValue:!1,type:{name:"Boolean"}},coolAccess:{serializedName:"properties.coolAccess",defaultValue:!1,type:{name:"Boolean"}},coolnessPeriod:{serializedName:"properties.coolnessPeriod",constraints:{InclusiveMaximum:63,InclusiveMinimum:7},type:{name:"Number"}},unixPermissions:{nullable:!0,serializedName:"properties.unixPermissions",defaultValue:"0770",constraints:{MaxLength:4,MinLength:4},type:{name:"String"}},cloneProgress:{nullable:!0,readOnly:!0,serializedName:"properties.cloneProgress",type:{name:"Number"}},avsDataStore:{serializedName:"properties.avsDataStore",defaultValue:"Disabled",type:{name:"String"}},isDefaultQuotaEnabled:{serializedName:"properties.isDefaultQuotaEnabled",defaultValue:!1,type:{name:"Boolean"}},defaultUserQuotaInKiBs:{serializedName:"properties.defaultUserQuotaInKiBs",defaultValue:0,type:{name:"Number"}},defaultGroupQuotaInKiBs:{serializedName:"properties.defaultGroupQuotaInKiBs",defaultValue:0,type:{name:"Number"}},volumeGroupName:{readOnly:!0,serializedName:"properties.volumeGroupName",type:{name:"String"}},capacityPoolResourceId:{serializedName:"properties.capacityPoolResourceId",type:{name:"String"}},proximityPlacementGroup:{serializedName:"properties.proximityPlacementGroup",type:{name:"String"}},t2Network:{readOnly:!0,serializedName:"properties.t2Network",type:{name:"String"}},volumeSpecName:{serializedName:"properties.volumeSpecName",type:{name:"String"}},placementRules:{serializedName:"properties.placementRules",type:{name:"Sequence",element:{type:{name:"Composite",className:"PlacementKeyValuePairs"}}}}}}},ce={serializedName:"volumeGroupDetails",type:{name:"Composite",className:"VolumeGroupDetails",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}},groupMetaData:{serializedName:"properties.groupMetaData",type:{name:"Composite",className:"VolumeGroupMetaData"}},volumes:{serializedName:"properties.volumes",type:{name:"Sequence",element:{type:{name:"Composite",className:"VolumeGroupVolumeProperties"}}}}}}},de={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:o(o({},g.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{required:!0,serializedName:"location",type:{name:"String"}}})}},ye={serializedName:"AzureEntityResource",type:{name:"Composite",className:"AzureEntityResource",modelProperties:o(o({},g.type.modelProperties),{etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}}})}},Ne={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},he={serializedName:"SubscriptionQuotaItemList",type:{name:"Composite",className:"SubscriptionQuotaItemList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"SubscriptionQuotaItem"}}}}}}},Pe={serializedName:"netAppAccountList",type:{name:"Composite",className:"NetAppAccountList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"NetAppAccount"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ze={serializedName:"capacityPoolList",type:{name:"Composite",className:"CapacityPoolList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"CapacityPool"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},Se={serializedName:"volumeList",type:{name:"Composite",className:"VolumeList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Volume"}}}},nextLink:{serializedName:"nextLink",type:{name:"String"}}}}},ge={serializedName:"snapshotsList",type:{name:"Composite",className:"SnapshotsList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Snapshot"}}}}}}},be={serializedName:"snapshotPoliciesList",type:{name:"Composite",className:"SnapshotPoliciesList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"SnapshotPolicy"}}}}}}},fe={serializedName:"backupsList",type:{name:"Composite",className:"BackupsList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Backup"}}}}}}},Ae={serializedName:"backupPoliciesList",type:{name:"Composite",className:"BackupPoliciesList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"BackupPolicy"}}}}}}},Me={serializedName:"vaultList",type:{name:"Composite",className:"VaultList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Vault"}}}}}}},ve={serializedName:"volumeGroupList",type:{name:"Composite",className:"VolumeGroupList",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"VolumeGroup"}}}}}}},Re=Object.freeze({__proto__:null,CloudError:p,BaseResource:n,OperationDisplay:l,Dimension:m,MetricSpecification:u,LogSpecification:c,ServiceSpecification:d,Operation:y,CheckAvailabilityResponse:N,ResourceNameAvailabilityRequest:h,FilePathAvailabilityRequest:P,QuotaAvailabilityRequest:z,SystemData:S,Resource:g,ProxyResource:b,SubscriptionQuotaItem:f,ActiveDirectory:A,AccountEncryption:M,NetAppAccount:v,NetAppAccountPatch:R,CapacityPool:k,CapacityPoolPatch:O,ExportPolicyRule:V,VolumePropertiesExportPolicy:q,MountTargetProperties:B,VolumeBackupProperties:G,ReplicationObject:C,VolumeSnapshotProperties:I,VolumePropertiesDataProtection:T,PlacementKeyValuePairs:D,Volume:L,ResourceIdentity:{serializedName:"resourceIdentity",type:{name:"Composite",className:"ResourceIdentity",modelProperties:{principalId:{readOnly:!0,serializedName:"principalId",type:{name:"String"}},tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}}}}},ReplicationStatus:E,VolumePatchPropertiesExportPolicy:x,VolumePatchPropertiesDataProtection:F,VolumePatch:U,MountTarget:{serializedName:"mountTarget",type:{name:"Composite",className:"MountTarget",modelProperties:{location:{required:!0,serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},mountTargetId:{readOnly:!0,serializedName:"properties.mountTargetId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},fileSystemId:{required:!0,serializedName:"properties.fileSystemId",constraints:{MaxLength:36,MinLength:36,Pattern:/^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/},type:{name:"String"}},ipAddress:{readOnly:!0,serializedName:"properties.ipAddress",type:{name:"String"}},smbServerFqdn:{serializedName:"properties.smbServerFqdn",type:{name:"String"}}}}},Snapshot:_,HourlySchedule:w,DailySchedule:K,WeeklySchedule:Q,MonthlySchedule:j,SnapshotPolicy:W,SnapshotPolicyDetails:{serializedName:"snapshotPolicyDetails",type:{name:"Composite",className:"SnapshotPolicyDetails",modelProperties:{location:{serializedName:"location",type:{name:"String"}},id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},hourlySchedule:{serializedName:"properties.hourlySchedule",type:{name:"Composite",className:"HourlySchedule"}},dailySchedule:{serializedName:"properties.dailySchedule",type:{name:"Composite",className:"DailySchedule"}},weeklySchedule:{serializedName:"properties.weeklySchedule",type:{name:"Composite",className:"WeeklySchedule"}},monthlySchedule:{serializedName:"properties.monthlySchedule",type:{name:"Composite",className:"MonthlySchedule"}},enabled:{serializedName:"properties.enabled",type:{name:"Boolean"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}}}},SnapshotPolicyPatch:$,SnapshotPolicyVolumeList:H,VolumeRevert:Z,AuthorizeRequest:J,BreakReplicationRequest:X,PoolChangeRequest:Y,Backup:ee,BackupPatch:ae,VolumeBackups:te,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,Vault:se,BackupStatus:pe,RestoreStatus:ne,VolumeGroupMetaData:le,VolumeGroup:me,VolumeGroupVolumeProperties:ue,VolumeGroupDetails:ce,TrackedResource:de,AzureEntityResource:ye,OperationListResult:Ne,SubscriptionQuotaItemList:he,NetAppAccountList:Pe,CapacityPoolList:ze,VolumeList:Se,SnapshotsList:ge,SnapshotPoliciesList:be,BackupsList:fe,BackupPoliciesList:Ae,VaultList:Me,VolumeGroupList:ve}),ke=Object.freeze({__proto__:null,CloudError:p,Dimension:m,LogSpecification:c,MetricSpecification:u,Operation:y,OperationDisplay:l,OperationListResult:Ne,ServiceSpecification:d}),Oe={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},Ve={parameterPath:"accountName",mapper:{required:!0,serializedName:"accountName",type:{name:"String"}}},qe={parameterPath:"apiVersion",mapper:{required:!0,serializedName:"api-version",constraints:{MinLength:1},type:{name:"String"}}},Be={parameterPath:"backupName",mapper:{required:!0,serializedName:"backupName",type:{name:"String"}}},Ge={parameterPath:"backupPolicyName",mapper:{required:!0,serializedName:"backupPolicyName",type:{name:"String"}}},Ce={parameterPath:"location",mapper:{required:!0,serializedName:"location",type:{name:"String"}}},Ie={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},Te={parameterPath:"poolName",mapper:{required:!0,serializedName:"poolName",constraints:{MaxLength:64,MinLength:1,Pattern:/^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$/},type:{name:"String"}}},m={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1,Pattern:/^[-\w\._\(\)]+$/},type:{name:"String"}}},c={parameterPath:"snapshotName",mapper:{required:!0,serializedName:"snapshotName",type:{name:"String"}}},u={parameterPath:"snapshotPolicyName",mapper:{required:!0,serializedName:"snapshotPolicyName",type:{name:"String"}}},y={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",type:{name:"String"}}},l={parameterPath:"volumeGroupName",mapper:{required:!0,serializedName:"volumeGroupName",constraints:{MaxLength:64,MinLength:1,Pattern:/^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$/},type:{name:"String"}}},d={parameterPath:"volumeName",mapper:{required:!0,serializedName:"volumeName",constraints:{MaxLength:64,MinLength:1,Pattern:/^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$/},type:{name:"String"}}},De=(Le.prototype.list=function(e,a){return this.client.sendOperationRequest({options:e},Ee,a)},Le);function Le(e){this.client=e}var Ee={httpMethod:"GET",path:"providers/Microsoft.NetApp/operations",queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Ne},default:{bodyMapper:p}},serializer:new a.Serializer(ke)},ke=Object.freeze({__proto__:null,CheckAvailabilityResponse:N,CloudError:p,FilePathAvailabilityRequest:P,QuotaAvailabilityRequest:z,ResourceNameAvailabilityRequest:h}),xe=(Fe.prototype.checkNameAvailability=function(e,a,t,r,o,i){return this.client.sendOperationRequest({location:e,name:a,type:t,resourceGroup:r,options:o},Ue,i)},Fe.prototype.checkFilePathAvailability=function(e,a,t,r,o){return this.client.sendOperationRequest({location:e,name:a,subnetId:t,options:r},_e,o)},Fe.prototype.checkQuotaAvailability=function(e,a,t,r,o,i){return this.client.sendOperationRequest({location:e,name:a,type:t,resourceGroup:r,options:o},we,i)},Fe);function Fe(e){this.client=e}var ke=new a.Serializer(ke),Ue={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability",urlParameters:[y,Ce],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:{name:"name",type:"type",resourceGroup:"resourceGroup"},mapper:o(o({},h),{required:!0})},responses:{200:{bodyMapper:N},default:{bodyMapper:p}},serializer:ke},_e={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability",urlParameters:[y,Ce],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:{name:"name",subnetId:"subnetId"},mapper:o(o({},P),{required:!0})},responses:{200:{bodyMapper:N},default:{bodyMapper:p}},serializer:ke},we={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability",urlParameters:[y,Ce],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:{name:"name",type:"type",resourceGroup:"resourceGroup"},mapper:o(o({},z),{required:!0})},responses:{200:{bodyMapper:N},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SubscriptionQuotaItemList:he,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),Ke=(Qe.prototype.list=function(e,a,t){return this.client.sendOperationRequest({location:e,options:a},je,t)},Qe.prototype.get=function(e,a,t,r){return this.client.sendOperationRequest({location:e,quotaLimitName:a,options:t},We,r)},Qe);function Qe(e){this.client=e}var ke=new a.Serializer(ke),je={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits",urlParameters:[y,Ce],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:he},default:{bodyMapper:p}},serializer:ke},We={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}",urlParameters:[y,Ce,{parameterPath:"quotaLimitName",mapper:{required:!0,serializedName:"quotaLimitName",type:{name:"String"}}}],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:f},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountList:Pe,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),$e=(He.prototype.listBySubscription=function(e,a){return this.client.sendOperationRequest({options:e},Ze,a)},He.prototype.list=function(e,a,t){return this.client.sendOperationRequest({resourceGroupName:e,options:a},Je,t)},He.prototype.get=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},Xe,r)},He.prototype.createOrUpdate=function(e,a,t,r){return this.beginCreateOrUpdate(e,a,t,r).then(function(e){return e.pollUntilFinished()})},He.prototype.deleteMethod=function(e,a,t){return this.beginDeleteMethod(e,a,t).then(function(e){return e.pollUntilFinished()})},He.prototype.update=function(e,a,t,r){return this.beginUpdate(e,a,t,r).then(function(e){return e.pollUntilFinished()})},He.prototype.beginCreateOrUpdate=function(e,a,t,r){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,options:r},Ye,r)},He.prototype.beginDeleteMethod=function(e,a,t){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,options:t},ea,t)},He.prototype.beginUpdate=function(e,a,t,r){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,options:r},aa,r)},He.prototype.listBySubscriptionNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},ta,t)},He.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},ra,t)},He);function He(e){this.client=e}var ke=new a.Serializer(ke),Ze={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts",urlParameters:[y],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:p}},serializer:ke},Je={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts",urlParameters:[y,m],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:p}},serializer:ke},Xe={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:v},default:{bodyMapper:p}},serializer:ke},Ye={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},v),{required:!0})},responses:{200:{bodyMapper:v},201:{bodyMapper:v},default:{bodyMapper:p}},serializer:ke},ea={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],responses:{202:{},204:{},default:{bodyMapper:p}},serializer:ke},aa={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},R),{required:!0})},responses:{200:{bodyMapper:v},202:{bodyMapper:v},default:{bodyMapper:p}},serializer:ke},ta={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[Ie],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:p}},serializer:ke},ra={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[Ie],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Pe},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,CapacityPool:k,CapacityPoolList:ze,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),oa=(ia.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},sa,r)},ia.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,options:r},pa,o)},ia.prototype.createOrUpdate=function(e,a,t,r,o){return this.beginCreateOrUpdate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},ia.prototype.update=function(e,a,t,r,o){return this.beginUpdate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},ia.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},ia.prototype.beginCreateOrUpdate=function(e,a,t,r,o){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,options:o},na,o)},ia.prototype.beginUpdate=function(e,a,t,r,o){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,options:o},la,o)},ia.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,options:r},ma,r)},ia.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},ua,t)},ia);function ia(e){this.client=e}var ke=new a.Serializer(ke),sa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:ze},default:{bodyMapper:p}},serializer:ke},pa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}",urlParameters:[y,m,Ve,Te],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:k},default:{bodyMapper:p}},serializer:ke},na={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}",urlParameters:[y,m,Ve,Te],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},k),{required:!0})},responses:{200:{bodyMapper:k},201:{bodyMapper:k},default:{bodyMapper:p}},serializer:ke},la={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}",urlParameters:[y,m,Ve,Te],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},O),{required:!0})},responses:{200:{bodyMapper:k},202:{},default:{bodyMapper:p}},serializer:ke},ma={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}",urlParameters:[y,m,Ve,Te],queryParameters:[qe],headerParameters:[Oe],responses:{202:{},204:{},default:{bodyMapper:p}},serializer:ke},ua={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[Ie],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:ze},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AuthorizeRequest:J,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,BreakReplicationRequest:X,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,PoolChangeRequest:Y,ProxyResource:b,ReplicationObject:C,ReplicationStatus:E,Resource:g,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumeList:Se,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeRevert:Z,VolumeSnapshotProperties:I,WeeklySchedule:Q}),ca=(da.prototype.list=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,options:r},ya,o)},da.prototype.get=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Na,i)},da.prototype.createOrUpdate=function(e,a,t,r,o,i){return this.beginCreateOrUpdate(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},da.prototype.update=function(e,a,t,r,o,i){return this.beginUpdate(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},da.prototype.deleteMethod=function(e,a,t,r,o){return this.beginDeleteMethod(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},da.prototype.revert=function(e,a,t,r,o){return this.beginRevert(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},da.prototype.breakReplication=function(e,a,t,r,o){return this.beginBreakReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},da.prototype.replicationStatusMethod=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ha,i)},da.prototype.resyncReplication=function(e,a,t,r,o){return this.beginResyncReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},da.prototype.deleteReplication=function(e,a,t,r,o){return this.beginDeleteReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},da.prototype.authorizeReplication=function(e,a,t,r,o){return this.beginAuthorizeReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},da.prototype.reInitializeReplication=function(e,a,t,r,o){return this.beginReInitializeReplication(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},da.prototype.poolChange=function(e,a,t,r,o,i){return this.beginPoolChange(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},da.prototype.beginCreateOrUpdate=function(e,a,t,r,o,i){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,volumeName:o,options:i},Pa,i)},da.prototype.beginUpdate=function(e,a,t,r,o,i){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,volumeName:o,options:i},za,i)},da.prototype.beginDeleteMethod=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Sa,o)},da.prototype.beginRevert=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ga,o)},da.prototype.beginBreakReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ba,o)},da.prototype.beginResyncReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},fa,o)},da.prototype.beginDeleteReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Aa,o)},da.prototype.beginAuthorizeReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Ma,o)},da.prototype.beginReInitializeReplication=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},va,o)},da.prototype.beginPoolChange=function(e,a,t,r,o,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,newPoolResourceId:o,options:i},Ra,i)},da.prototype.listNext=function(e,a,t){return this.client.sendOperationRequest({nextPageLink:e,options:a},ka,t)},da);function da(e){this.client=e}var ke=new a.Serializer(ke),ya={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes",urlParameters:[y,m,Ve,Te],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Se},default:{bodyMapper:p}},serializer:ke},Na={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:L},default:{bodyMapper:p}},serializer:ke},ha={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:E},default:{bodyMapper:p}},serializer:ke},Pa={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},L),{required:!0})},responses:{200:{bodyMapper:L},201:{bodyMapper:L},202:{},default:{bodyMapper:p}},serializer:ke},za={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},U),{required:!0})},responses:{200:{bodyMapper:L},202:{},default:{bodyMapper:p}},serializer:ke},Sa={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{202:{},204:{},default:{bodyMapper:p}},serializer:ke},ga={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/revert",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:{snapshotId:["options","snapshotId"]},mapper:o(o({},Z),{required:!0})},responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ke},ba={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/breakReplication",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:{forceBreakReplication:["options","forceBreakReplication"]},mapper:X},responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ke},fa={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/resyncReplication",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ke},Aa={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/deleteReplication",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ke},Ma={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/authorizeReplication",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:{remoteVolumeResourceId:["options","remoteVolumeResourceId"]},mapper:o(o({},J),{required:!0})},responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ke},va={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/reinitializeReplication",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ke},Ra={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/poolChange",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:{newPoolResourceId:"newPoolResourceId"},mapper:o(o({},Y),{required:!0})},responses:{200:{},202:{},default:{bodyMapper:p}},serializer:ke},ka={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[Ie],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Se},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPolicy:W,SnapshotsList:ge,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),Oa=(Va.prototype.list=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},qa,i)},Va.prototype.get=function(e,a,t,r,o,i,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,snapshotName:o,options:i},Ba,s)},Va.prototype.create=function(e,a,t,r,o,i,s){return this.beginCreate(e,a,t,r,o,i,s).then(function(e){return e.pollUntilFinished()})},Va.prototype.update=function(e,a,t,r,o,i,s){return this.beginUpdate(e,a,t,r,o,i,s).then(function(e){return e.pollUntilFinished()})},Va.prototype.deleteMethod=function(e,a,t,r,o,i){return this.beginDeleteMethod(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},Va.prototype.beginCreate=function(e,a,t,r,o,i,s){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,snapshotName:o,location:i,options:s},Ga,s)},Va.prototype.beginUpdate=function(e,a,t,r,o,i,s){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,poolName:r,volumeName:o,snapshotName:i,options:s},Ca,s)},Va.prototype.beginDeleteMethod=function(e,a,t,r,o,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,snapshotName:o,options:i},Ia,i)},Va);function Va(e){this.client=e}var ke=new a.Serializer(ke),qa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:ge},default:{bodyMapper:p}},serializer:ke},Ba={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}",urlParameters:[y,m,Ve,Te,d,c],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:_},default:{bodyMapper:p}},serializer:ke},Ga={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}",urlParameters:[y,m,Ve,Te,d,c],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:{location:"location"},mapper:o(o({},_),{required:!0})},responses:{201:{bodyMapper:_},202:{},default:{bodyMapper:p}},serializer:ke},Ca={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}",urlParameters:[y,m,Ve,Te,d,c],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:{required:!0,serializedName:"body",type:{name:"Object"}}},responses:{200:{bodyMapper:_},202:{},default:{bodyMapper:p}},serializer:ke},Ia={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/snapshots/{snapshotName}",urlParameters:[y,m,Ve,Te,d,c],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPoliciesList:be,SnapshotPolicy:W,SnapshotPolicyPatch:$,SnapshotPolicyVolumeList:H,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),Ta=(Da.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},La,r)},Da.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,snapshotPolicyName:t,options:r},Ea,o)},Da.prototype.create=function(e,a,t,r,o,i){return this.client.sendOperationRequest({body:e,resourceGroupName:a,accountName:t,snapshotPolicyName:r,options:o},xa,i)},Da.prototype.update=function(e,a,t,r,o){return this.beginUpdate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},Da.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},Da.prototype.listVolumes=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,snapshotPolicyName:t,options:r},Fa,o)},Da.prototype.beginUpdate=function(e,a,t,r,o){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,snapshotPolicyName:r,options:o},Ua,o)},Da.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,snapshotPolicyName:t,options:r},_a,r)},Da);function Da(e){this.client=e}var ke=new a.Serializer(ke),La={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:be},default:{bodyMapper:p}},serializer:ke},Ea={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}",urlParameters:[y,m,Ve,u],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:W},default:{bodyMapper:p}},serializer:ke},xa={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}",urlParameters:[y,m,Ve,u],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},W),{required:!0})},responses:{200:{bodyMapper:W},201:{bodyMapper:W},default:{bodyMapper:p}},serializer:ke},Fa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes",urlParameters:[y,m,Ve,u],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:H},default:{bodyMapper:p}},serializer:ke},Ua={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}",urlParameters:[y,m,Ve,u],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},$),{required:!0})},responses:{200:{bodyMapper:W},202:{bodyMapper:W},default:{bodyMapper:p}},serializer:ke},_a={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}",urlParameters:[y,m,Ve,u],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BackupsList:fe,BackupStatus:pe,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,RestoreStatus:ne,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),wa=(Ka.prototype.getStatus=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Qa,i)},Ka.prototype.getVolumeRestoreStatus=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},ja,i)},Ka.prototype.list=function(e,a,t,r,o,i){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,options:o},Wa,i)},Ka.prototype.get=function(e,a,t,r,o,i,s){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,backupName:o,options:i},$a,s)},Ka.prototype.create=function(e,a,t,r,o,i,s){return this.beginCreate(e,a,t,r,o,i,s).then(function(e){return e.pollUntilFinished()})},Ka.prototype.update=function(e,a,t,r,o,i){return this.beginUpdate(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},Ka.prototype.deleteMethod=function(e,a,t,r,o,i){return this.beginDeleteMethod(e,a,t,r,o,i).then(function(e){return e.pollUntilFinished()})},Ka.prototype.beginCreate=function(e,a,t,r,o,i,s){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,backupName:o,body:i,options:s},Ha,s)},Ka.prototype.beginUpdate=function(e,a,t,r,o,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,backupName:o,options:i},Za,i)},Ka.prototype.beginDeleteMethod=function(e,a,t,r,o,i){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,poolName:t,volumeName:r,backupName:o,options:i},Ja,i)},Ka);function Ka(e){this.client=e}var ke=new a.Serializer(ke),Qa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backupStatus",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:pe},default:{bodyMapper:p}},serializer:ke},ja={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/restoreStatus",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:ne},default:{bodyMapper:p}},serializer:ke},Wa={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups",urlParameters:[y,m,Ve,Te,d],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:fe},default:{bodyMapper:p}},serializer:ke},$a={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}",urlParameters:[y,m,Ve,Te,d,Be],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:ee},default:{bodyMapper:p}},serializer:ke},Ha={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}",urlParameters:[y,m,Ve,Te,d,Be],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},ee),{required:!0})},responses:{200:{bodyMapper:ee},201:{bodyMapper:ee},202:{},default:{bodyMapper:p}},serializer:ke},Za={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}",urlParameters:[y,m,Ve,Te,d,Be],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:["options","body"],mapper:ae},responses:{200:{bodyMapper:ee},202:{bodyMapper:ee},default:{bodyMapper:p}},serializer:ke},Ja={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/backups/{backupName}",urlParameters:[y,m,Ve,Te,d,Be],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BackupsList:fe,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),Xa=(Ya.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},et,r)},Ya.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,backupName:t,options:r},at,o)},Ya.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},Ya.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,backupName:t,options:r},tt,r)},Ya);function Ya(e){this.client=e}var ke=new a.Serializer(ke),et={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:fe},default:{bodyMapper:p}},serializer:ke},at={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}",urlParameters:[y,m,Ve,Be],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:ee},default:{bodyMapper:p}},serializer:ke},tt={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/accountBackups/{backupName}",urlParameters:[y,m,Ve,Be],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPoliciesList:Ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),rt=(ot.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},it,r)},ot.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,backupPolicyName:t,options:r},st,o)},ot.prototype.create=function(e,a,t,r,o){return this.beginCreate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},ot.prototype.update=function(e,a,t,r,o){return this.beginUpdate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},ot.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},ot.prototype.beginCreate=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,backupPolicyName:t,body:r,options:o},pt,o)},ot.prototype.beginUpdate=function(e,a,t,r,o){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,backupPolicyName:t,body:r,options:o},nt,o)},ot.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,backupPolicyName:t,options:r},lt,r)},ot);function ot(e){this.client=e}var ke=new a.Serializer(ke),it={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Ae},default:{bodyMapper:p}},serializer:ke},st={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}",urlParameters:[y,m,Ve,Ge],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:re},default:{bodyMapper:p}},serializer:ke},pt={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}",urlParameters:[y,m,Ve,Ge],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},re),{required:!0})},responses:{200:{bodyMapper:re},201:{bodyMapper:re},202:{},default:{bodyMapper:p}},serializer:ke},nt={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}",urlParameters:[y,m,Ve,Ge],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},ie),{required:!0})},responses:{200:{bodyMapper:re},202:{bodyMapper:re},default:{bodyMapper:p}},serializer:ke},lt={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupPolicies/{backupPolicyName}",urlParameters:[y,m,Ve,Ge],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:ke},ke=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,VaultList:Me,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),mt=(ut.prototype.list=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},ct,r)},ut);function ut(e){this.client=e}var ct={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/vaults",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:Me},default:{bodyMapper:p}},serializer:new a.Serializer(ke)},Q=Object.freeze({__proto__:null,AccountEncryption:M,ActiveDirectory:A,AzureEntityResource:ye,Backup:ee,BackupPatch:ae,BackupPolicy:re,BackupPolicyDetails:oe,BackupPolicyPatch:ie,BaseResource:n,CapacityPool:k,CapacityPoolPatch:O,CloudError:p,DailySchedule:K,ExportPolicyRule:V,HourlySchedule:w,MonthlySchedule:j,MountTargetProperties:B,NetAppAccount:v,NetAppAccountPatch:R,PlacementKeyValuePairs:D,ProxyResource:b,ReplicationObject:C,Resource:g,Snapshot:_,SnapshotPolicy:W,SubscriptionQuotaItem:f,SystemData:S,TrackedResource:de,Vault:se,Volume:L,VolumeBackupProperties:G,VolumeBackups:te,VolumeGroup:me,VolumeGroupDetails:ce,VolumeGroupList:ve,VolumeGroupMetaData:le,VolumeGroupVolumeProperties:ue,VolumePatch:U,VolumePatchPropertiesDataProtection:F,VolumePatchPropertiesExportPolicy:x,VolumePropertiesDataProtection:T,VolumePropertiesExportPolicy:q,VolumeSnapshotProperties:I,WeeklySchedule:Q}),dt=(yt.prototype.listByNetAppAccount=function(e,a,t,r){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,options:t},ht,r)},yt.prototype.get=function(e,a,t,r,o){return this.client.sendOperationRequest({resourceGroupName:e,accountName:a,volumeGroupName:t,options:r},Pt,o)},yt.prototype.create=function(e,a,t,r,o){return this.beginCreate(e,a,t,r,o).then(function(e){return e.pollUntilFinished()})},yt.prototype.deleteMethod=function(e,a,t,r){return this.beginDeleteMethod(e,a,t,r).then(function(e){return e.pollUntilFinished()})},yt.prototype.beginCreate=function(e,a,t,r,o){return this.client.sendLRORequest({body:e,resourceGroupName:a,accountName:t,volumeGroupName:r,options:o},zt,o)},yt.prototype.beginDeleteMethod=function(e,a,t,r){return this.client.sendLRORequest({resourceGroupName:e,accountName:a,volumeGroupName:t,options:r},St,r)},yt);function yt(e){this.client=e}var Nt,Q=new a.Serializer(Q),ht={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups",urlParameters:[y,m,Ve],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:ve},default:{bodyMapper:p}},serializer:Q},Pt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}",urlParameters:[y,m,Ve,l],queryParameters:[qe],headerParameters:[Oe],responses:{200:{bodyMapper:ce},default:{bodyMapper:p}},serializer:Q},zt={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}",urlParameters:[y,m,Ve,l],queryParameters:[qe],headerParameters:[Oe],requestBody:{parameterPath:"body",mapper:o(o({},ce),{required:!0})},responses:{201:{bodyMapper:ce},default:{bodyMapper:p}},serializer:Q},St={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}",urlParameters:[y,m,Ve,l],queryParameters:[qe],headerParameters:[Oe],responses:{200:{},202:{},204:{},default:{bodyMapper:p}},serializer:Q},p=(t(gt,Nt=i.AzureServiceClient),gt);function gt(e,a,t){var r,o=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==a)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(r=i.getDefaultUserAgentValue(),t.userAgent="@azure/arm-netapp/14.4.0 "+r),(o=Nt.call(this,e,t)||this).apiVersion="2021-08-01",o.acceptLanguage="en-US",o.longRunningOperationRetryTimeout=30,o.baseUri=t.baseUri||o.baseUri||"https://management.azure.com",o.requestContentType="application/json; charset=utf-8",o.credentials=e,o.subscriptionId=a,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(o.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(o.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),o}var bt,Q=(t(ft,bt=p),ft);function ft(e,a,t){t=bt.call(this,e,a,t)||this;return t.operations=new De(t),t.netAppResource=new xe(t),t.netAppResourceQuotaLimits=new Ke(t),t.accounts=new $e(t),t.pools=new oa(t),t.volumes=new ca(t),t.snapshots=new Oa(t),t.snapshotPolicies=new Ta(t),t.backups=new wa(t),t.accountBackups=new Xa(t),t.backupPolicies=new rt(t),t.vaults=new mt(t),t.volumeGroups=new dt(t),t}e.AccountBackups=Xa,e.Accounts=$e,e.AzureNetAppFilesManagementClient=Q,e.AzureNetAppFilesManagementClientContext=p,e.AzureNetAppFilesManagementMappers=Re,e.AzureNetAppFilesManagementModels=s,e.BackupPolicies=rt,e.Backups=wa,e.NetAppResource=xe,e.NetAppResourceQuotaLimits=Ke,e.Operations=De,e.Pools=oa,e.SnapshotPolicies=Ta,e.Snapshots=Oa,e.Vaults=mt,e.VolumeGroups=dt,e.Volumes=ca,Object.defineProperty(e,"__esModule",{value:!0})});
|