Skip to content

Commit

Permalink
Generated from efcb7ecf4722c919d5528c53671b124046badcdb
Browse files Browse the repository at this point in the history
update netapp readme.java.md
  • Loading branch information
SDK Automation committed Aug 25, 2020
1 parent d152538 commit c5f9285
Show file tree
Hide file tree
Showing 23 changed files with 4,744 additions and 321 deletions.
10 changes: 10 additions & 0 deletions sdk/netapp/arm-netapp/src/azureNetAppFilesManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
pools: operations.Pools;
volumes: operations.Volumes;
snapshots: operations.Snapshots;
snapshotPolicies: operations.SnapshotPolicies;
accountBackups: operations.AccountBackups;
backups: operations.Backups;
backupPolicies: operations.BackupPolicies;
vaults: operations.Vaults;

/**
* Initializes a new instance of the AzureNetAppFilesManagementClient class.
Expand All @@ -39,6 +44,11 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
this.pools = new operations.Pools(this);
this.volumes = new operations.Volumes(this);
this.snapshots = new operations.Snapshots(this);
this.snapshotPolicies = new operations.SnapshotPolicies(this);
this.accountBackups = new operations.AccountBackups(this);
this.backups = new operations.Backups(this);
this.backupPolicies = new operations.BackupPolicies(this);
this.vaults = new operations.Vaults(this);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class AzureNetAppFilesManagementClientContext extends msRestAzure.AzureSe

super(credentials, options);

this.apiVersion = '2020-02-01';
this.apiVersion = '2020-06-01';
this.acceptLanguage = 'en-US';
this.longRunningOperationRetryTimeout = 30;
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
Expand Down
37 changes: 37 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountBackupsMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupsList,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
ExportPolicyRule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
} from "../models/mappers";
9 changes: 9 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BaseResource,
CapacityPool,
CapacityPoolPatch,
Expand All @@ -19,8 +23,13 @@ export {
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
Expand Down
38 changes: 38 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupPoliciesMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPoliciesList,
BackupPolicy,
BackupPolicyDetails,
BackupPolicyPatch,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
ExportPolicyRule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
} from "../models/mappers";
37 changes: 37 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupsMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupsList,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
ExportPolicyRule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
} from "../models/mappers";
Loading

0 comments on commit c5f9285

Please sign in to comment.